You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2014/09/04 23:21:50 UTC

git commit: AMBARI-7149. Unable to edit password and email fields on Step 7 of installer - Nagios and Hive. (jaimin)

Repository: ambari
Updated Branches:
  refs/heads/trunk 1946654b7 -> ad983dee1


AMBARI-7149. Unable to edit password and email fields on Step 7 of installer - Nagios and Hive. (jaimin)


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

Branch: refs/heads/trunk
Commit: ad983dee1c4b5a6d054fd614084a39e9d9a1a416
Parents: 1946654
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Thu Sep 4 14:21:37 2014 -0700
Committer: Jaimin Jetly <ja...@hortonworks.com>
Committed: Thu Sep 4 14:21:37 2014 -0700

----------------------------------------------------------------------
 ambari-web/app/views/common/configs/services_config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/ad983dee/ambari-web/app/views/common/configs/services_config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/common/configs/services_config.js b/ambari-web/app/views/common/configs/services_config.js
index aa189b3..f54a554 100644
--- a/ambari-web/app/views/common/configs/services_config.js
+++ b/ambari-web/app/views/common/configs/services_config.js
@@ -397,7 +397,7 @@ App.ServiceConfigsByCategoryView = Ember.View.extend(App.UserPref, {
     var categoryBlock = $('.' + this.get('category.name').split(' ').join('.') + '>.accordion-body');
     filteredResult.length && !this.get('category.isCollapsed') ? categoryBlock.show() : categoryBlock.hide();
     return filteredResult;
-  }.property('categoryConfigs', 'parentView.filter', 'parentView.columns.@each.selected', 'categoryConfigs.@each.isValid').cacheable(),
+  }.property('categoryConfigs', 'parentView.filter', 'parentView.columns.@each.selected').cacheable(),
 
   /**
    * sort configs in current category by index