mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
N°3914 Fix search from external key widget
This commit is contained in:
@@ -260,7 +260,7 @@ function SearchFormForeignKeys(id, sTargetClass, sAttCode, oSearchWidgetElmt, sF
|
|||||||
$(this).parents('tr:first').remove(); // Remove the whole line, so that, next time the dialog gets displayed it's no longer there
|
$(this).parents('tr:first').remove(); // Remove the whole line, so that, next time the dialog gets displayed it's no longer there
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
theMap["sFilter"] = $('#datatable_ResultsToAdd_'+me.id).data().itopDatatable.options.sFilter;
|
theMap["sFilter"] = $('#datatable_ResultsToAdd_'+me.id).DataTable().ajax.params().filter;
|
||||||
theMap["class"] = me.sTargetClass;
|
theMap["class"] = me.sTargetClass;
|
||||||
theMap['operation'] = 'GetFullListForeignKeysFromSelection';
|
theMap['operation'] = 'GetFullListForeignKeysFromSelection';
|
||||||
$('#busy_'+me.iInputId).html(' <img src="../images/indicator.gif"/>');
|
$('#busy_'+me.iInputId).html(' <img src="../images/indicator.gif"/>');
|
||||||
|
|||||||
Reference in New Issue
Block a user