Commit 5c30db83 authored by lepdou's avatar lepdou

bugfix: filter item

parent 68523d05
...@@ -739,7 +739,7 @@ function directive($window, toastr, AppUtil, EventManager, PermissionService, Na ...@@ -739,7 +739,7 @@ function directive($window, toastr, AppUtil, EventManager, PermissionService, Na
} }
function toggleItemSearchInput(namespace) { function toggleItemSearchInput(namespace) {
namespace.showSearchInput = !namespace.showSearchInput; namespace.displayControl.showSearchInput = !namespace.displayControl.showSearchInput;
} }
function searchItems(namespace) { function searchItems(namespace) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment