advanced search: bugfix

- the modal window did update the history which resulted in several border effect like having request string too long and crashing on several pages

SVN:trunk[5658]
This commit is contained in:
Bruno Da Silva
2018-04-13 08:58:32 +00:00
parent 5b9ca03fa6
commit 12093c311c

View File

@@ -180,7 +180,7 @@ $(function()
if ($('.ui-dialog:visible :itop-search_form_handler').length != 0)
{
//if a modal containing a dialog is visible then the history update event come from it, whe do not want to update the history in this case!
//if a modal containing a search form is visible then the history update event come from it, whe do not want to update the history in this case! because search form in modal are forbidden to update history!
return;
}