From 5c30db83cdf438171d0d1270ac4068338baa4d59 Mon Sep 17 00:00:00 2001 From: lepdou Date: Fri, 24 Feb 2017 11:08:50 +0800 Subject: [PATCH] bugfix: filter item --- .../static/scripts/directive/namespace-panel-directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo-portal/src/main/resources/static/scripts/directive/namespace-panel-directive.js b/apollo-portal/src/main/resources/static/scripts/directive/namespace-panel-directive.js index a670b3fdc..d368af0de 100644 --- a/apollo-portal/src/main/resources/static/scripts/directive/namespace-panel-directive.js +++ b/apollo-portal/src/main/resources/static/scripts/directive/namespace-panel-directive.js @@ -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) { -- GitLab