Fixed issue #1571 - Improve i-doit filtering (without type).
This commit is contained in:
parent
d3062592ea
commit
b61e98206b
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ class App.IdoitObjectSelector extends App.ControllerModal
|
||||||
''
|
''
|
||||||
|
|
||||||
search: (filter) =>
|
search: (filter) =>
|
||||||
|
if _.isEmpty(filter.type)
|
||||||
|
delete filter.type
|
||||||
if _.isEmpty(filter.title)
|
if _.isEmpty(filter.title)
|
||||||
delete filter.title
|
delete filter.title
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue