You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/06/15 23:12:02 UTC

ambari git commit: AMBARI-11931. After discard changes in oozie save and discard buttons still active (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 93f611577 -> 25b2536d8


AMBARI-11931. After discard changes in oozie save and discard buttons still active (alexantonenko)


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

Branch: refs/heads/trunk
Commit: 25b2536d82de87090dbe4c850ff619616d5ac7f6
Parents: 93f6115
Author: Alex Antonenko <hi...@gmail.com>
Authored: Mon Jun 15 20:23:58 2015 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Tue Jun 16 00:11:40 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/models/configs/objects/service_config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/25b2536d/ambari-web/app/models/configs/objects/service_config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/models/configs/objects/service_config.js b/ambari-web/app/models/configs/objects/service_config.js
index badd1dc..b131c71 100644
--- a/ambari-web/app/models/configs/objects/service_config.js
+++ b/ambari-web/app/models/configs/objects/service_config.js
@@ -68,7 +68,7 @@ App.ServiceConfig = Ember.Object.extend({
            requiredByAgent.someProperty('isNotDefaultValue') ||
            requiredByAgent.someProperty('isOverrideChanged') ||
            this.get('configs.length') !== this.get('initConfigsLength');
-  }.property('configs.@each.isNotDefaultValue', 'configs.@each.isOverrideChanged', 'configs.length', 'configs.@each.isNotSaved'),
+  }.property('configs.@each.isNotDefaultValue', 'configs.@each.isOverrideChanged', 'configs.length', 'configs.@each.isNotSaved', 'initConfigsLength'),
 
   init: function() {
     this._super();