N°2844 - Fix Title display

This commit is contained in:
acognet
2021-03-05 12:06:23 +01:00
parent 256c01dff4
commit e1b50c1dcd
2 changed files with 20 additions and 32 deletions

View File

@@ -196,7 +196,7 @@ function ReloadSearchForm(divId, sClassName, sBaseClass, sContext, sTableId, sEx
oDiv.append(data);
oDiv.unblock();
oDiv.parent().resize(); // Inform the parent that the form has just been (potentially) resized
oDiv.find('form').triggerHandler('itop.search.form.reloaded');
oDiv.find('form.search_form_handler').triggerHandler('itop.search.form.reloaded');
}
);
}