Fixed issue #1711 - Zammad Api for idoit.object_ids broken.
This commit is contained in:
parent
504bc58d47
commit
5ebeb51e2e
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ returns
|
||||||
end
|
end
|
||||||
|
|
||||||
# try search index backend
|
# try search index backend
|
||||||
if !condition && SearchIndexBackend.enabled?
|
if condition.blank? && SearchIndexBackend.enabled?
|
||||||
query_extention = {}
|
query_extention = {}
|
||||||
query_extention['bool'] = {}
|
query_extention['bool'] = {}
|
||||||
query_extention['bool']['must'] = []
|
query_extention['bool']['must'] = []
|
||||||
|
|
Loading…
Reference in a new issue