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 <[email protected]> Authored: Mon Jun 15 20:23:58 2015 +0300 Committer: Alex Antonenko <[email protected]> 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('[email protected]', '[email protected]', 'configs.length', '[email protected]'), + }.property('[email protected]', '[email protected]', 'configs.length', '[email protected]', 'initConfigsLength'), init: function() { this._super();
