N°3123 - Fix table counts on search results

This commit is contained in:
Eric
2020-12-14 18:31:32 +01:00
parent c106caf924
commit 9df80b9f79
7 changed files with 94 additions and 89 deletions

View File

@@ -234,7 +234,7 @@ function ExtKeyWidget(id, sTargetClass, sFilter, sTitle, bSelectMode, oWizHelper
me.UpdateSizes();
me.UpdateButtons();
me.ajax_request = null;
$('#count_'+me.id).change(function () {
$('#count_'+me.id+ '_results').change(function () {
me.UpdateButtons();
});
if (me.bDoSearch)