Repository: ambari
Updated Branches:
  refs/heads/trunk 8606a0b6e -> 5be634f02


AMBARI-10780. Filtering issue after navigating from service configs to host 
details configs page. (Richard Zang via srimanth)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5be634f0
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5be634f0
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5be634f0

Branch: refs/heads/trunk
Commit: 5be634f02a29353618fa222a3d27819e74ad4d1b
Parents: 8606a0b
Author: Srimanth Gunturi <sgunt...@hortonworks.com>
Authored: Wed Apr 29 23:40:27 2015 -0700
Committer: Srimanth Gunturi <sgunt...@hortonworks.com>
Committed: Wed Apr 29 23:40:27 2015 -0700

----------------------------------------------------------------------
 .../app/views/common/configs/service_config_layout_tab_view.js   | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/5be634f0/ambari-web/app/views/common/configs/service_config_layout_tab_view.js
----------------------------------------------------------------------
diff --git 
a/ambari-web/app/views/common/configs/service_config_layout_tab_view.js 
b/ambari-web/app/views/common/configs/service_config_layout_tab_view.js
index 5b45df9..4213137 100644
--- a/ambari-web/app/views/common/configs/service_config_layout_tab_view.js
+++ b/ambari-web/app/views/common/configs/service_config_layout_tab_view.js
@@ -196,9 +196,7 @@ App.ServiceConfigLayoutTabView = 
Em.View.extend(App.ConfigOverridable, {
   didInsertElement: function () {
     this._super();
     this.prepareConfigProperties();
-    if (this.get('controller.isCompareMode')) {
-      this.filterEnhancedConfigs();
-    }
+    this.filterEnhancedConfigs();
   }
 
 });

Reply via email to