Updated Branches: refs/heads/trunk be99d85a7 -> 80db337cf
AMBARI-2884 Oozie start fails - likely due to 'failed install'. (atkach) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/80db337c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/80db337c Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/80db337c Branch: refs/heads/trunk Commit: 80db337cfe45d9961c466229168590f6084a7750 Parents: be99d85 Author: atkach <[email protected]> Authored: Tue Aug 13 18:03:24 2013 +0300 Committer: atkach <[email protected]> Committed: Tue Aug 13 18:03:24 2013 +0300 ---------------------------------------------------------------------- ambari-web/app/controllers/wizard/step8_controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/80db337c/ambari-web/app/controllers/wizard/step8_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/wizard/step8_controller.js b/ambari-web/app/controllers/wizard/step8_controller.js index c267bbb..be69d99 100644 --- a/ambari-web/app/controllers/wizard/step8_controller.js +++ b/ambari-web/app/controllers/wizard/step8_controller.js @@ -201,7 +201,7 @@ App.WizardStep8Controller = Em.Controller.extend({ "overrides": valueWithOverrides.overrides }); }, this); - var dependentConfig = this.get('configMapping').filterProperty('foreignKey'); + var dependentConfig = $.extend(true, [], this.get('configMapping').filterProperty('foreignKey')); dependentConfig.forEach(function (_config) { App.config.setConfigValue(uiConfig, this.get('content.serviceConfigProperties'), _config, this.get('globals')); uiConfig.pushObject({
