N°4076 - Revert regression in global search from 344cce9fd

Current query was not visible when reaching the results page
This commit is contained in:
Molkobain
2021-08-02 15:18:48 +02:00
parent 5c6c59941a
commit e28f704f3e
3 changed files with 3 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
$('#{{ oUIBlock.GetId() }}').global_search({
init_opened: {{ oUIBlock.HasQuery()|var_export }}
});