diff --git a/js/src/sql.js b/js/src/sql.js index a59c48ba9f..01dc23ea2c 100644 --- a/js/src/sql.js +++ b/js/src/sql.js @@ -937,6 +937,9 @@ Sql.browseForeignDialog = function ($thisA) { } // Set selected value as input value $input.val($(this).data('key')); + // Unchecks the Ignore checkbox for the current row + $input.trigger('change'); + $dialog.dialog('close'); }); $(formId).on('click', showAllId, function () {