DBSearch: Fix serialization rework

This commit is contained in:
Eric
2018-10-22 18:59:18 +02:00
parent 84ebca58ac
commit d61a8ba160
2 changed files with 5 additions and 5 deletions

View File

@@ -187,7 +187,7 @@ $(function()
}
var sNewUrl = GetAbsoluteUrlAppRoot()+'pages/UI.php?operation=search';
sNewUrl = sNewUrl + '&filter='+oData['filter'];
sNewUrl = sNewUrl + '&filter='+encodeURI(oData['filter']);
sNewUrl = sNewUrl + '&c[menu]='+me._extractURLParameter(window.location.href, "c[menu]");
sNewUrl = sNewUrl + '&c[org_id]='+me._extractURLParameter(window.location.href, "c[org_id]");
if ('' != me._extractURLParameter(window.location.href, "debug"))