Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 d4fd63848 -> b363a6895


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/b363a689
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b363a689
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b363a689

Branch: refs/heads/branch-2.1
Commit: b363a689599f411b0fed4019a989dd94155ff17a
Parents: d4fd638
Author: Alex Antonenko <[email protected]>
Authored: Mon Jun 15 20:23:58 2015 +0300
Committer: Alex Antonenko <[email protected]>
Committed: Tue Jun 16 00:13:16 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/b363a689/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('[email protected]', 
'[email protected]', 'configs.length', 
'[email protected]'),
+  }.property('[email protected]', 
'[email protected]', 'configs.length', 
'[email protected]', 'initConfigsLength'),
 
   init: function() {
     this._super();

Reply via email to