Repository: ambari Updated Branches: refs/heads/trunk f29058895 -> 48efeb451
AMBARI-16147: Ambari Web Service installation does not comply with Final Attribute (goutham tadi via bhuvnesh2703) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/48efeb45 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/48efeb45 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/48efeb45 Branch: refs/heads/trunk Commit: 48efeb45165ecbdb36cac4558e977af2c71277b6 Parents: f290588 Author: Bhuvnesh Chaudhary <[email protected]> Authored: Wed May 4 10:08:19 2016 -0700 Committer: Bhuvnesh Chaudhary <[email protected]> Committed: Wed May 4 10:08:19 2016 -0700 ---------------------------------------------------------------------- ambari-web/app/controllers/wizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/48efeb45/ambari-web/app/controllers/wizard.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/wizard.js b/ambari-web/app/controllers/wizard.js index 64ee3dd..f0f5ea2 100644 --- a/ambari-web/app/controllers/wizard.js +++ b/ambari-web/app/controllers/wizard.js @@ -929,7 +929,7 @@ App.WizardController = Em.Controller.extend(App.LocalStorage, App.ThemesMappingM _configProperties.get('isUserProperty'), {value: _configProperties.get('value')} ); - configProperty = App.config.mergeStaticProperties(configProperty, _configProperties, ['name', 'filename']); + configProperty = App.config.mergeStaticProperties(configProperty, _configProperties, [], ['name', 'filename', 'isUserProperty', 'value']); if (this.isExcludedConfig(configProperty)) { configProperty.value = '';
