mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
Fix Get filter in DoAddObject
This commit is contained in:
@@ -260,8 +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
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
//fix
|
theMap["sFilter"] = $("#datatable_ResultsToAdd_"+me.id+" [name='filter']").val();
|
||||||
theMap["sFilter"] = $('#datatable_ResultsToAdd_'+me.id+' [name=filter]').val();
|
|
||||||
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