Fix #14502 - Triggered the on-change event on the input field to uncheck the "ignore" checkbox
Signed-off-by: Hannah Okwelum <honyinye3@gmail.com>
This commit is contained in:
parent
ecb93d752b
commit
9fdd6afea4
@ -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 () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user