mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user