Commit 5c30db83 by lepdou

bugfix: filter item

parent 68523d05
......@@ -739,7 +739,7 @@ function directive($window, toastr, AppUtil, EventManager, PermissionService, Na
}
function toggleItemSearchInput(namespace) {
namespace.showSearchInput = !namespace.showSearchInput;
namespace.displayControl.showSearchInput = !namespace.displayControl.showSearchInput;
}
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