diff --git a/main/webapp/modules/core/scripts/views/data-table/menu-reconcile.js b/main/webapp/modules/core/scripts/views/data-table/menu-reconcile.js index be97cc00a..df2bb36d2 100644 --- a/main/webapp/modules/core/scripts/views/data-table/menu-reconcile.js +++ b/main/webapp/modules/core/scripts/views/data-table/menu-reconcile.js @@ -99,7 +99,7 @@ DataTableColumnHeaderUI.extendMenu(function(column, columnHeaderUI, menu) { var input = $('').appendTo($('

').appendTo(body)); input.suggest(suggestOptions).bind("fb-select", function(e, data) { - var types = []; + var types = data.notable ? data.notable : []; Refine.postCoreProcess( "recon-match-specific-topic-to-cells",