N°4622 - Advanced search: Fix dictionaries being retrieved by XHR calls

This commit is contained in:
acognet
2022-01-17 14:29:29 +01:00
parent 7aa1719514
commit 06af788480
3 changed files with 30 additions and 28 deletions

View File

@@ -745,7 +745,7 @@ $(function()
{
var sErrorMessage = Dict.Format('Error:XHR:Fail', '');
this._setACHint('=/');
this._setACHint(sErrorMessage);
this.handler.triggerHandler('itop.search.criteria.error_occured', sErrorMessage);
}
},