Updated Branches: refs/heads/branch-1.2.5 189d284a2 -> 44f974962
AMBARI-2673. Security Wizard crashes in test mode. (Aleksandr Kovalenko via yusaku) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/44f97496 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/44f97496 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/44f97496 Branch: refs/heads/branch-1.2.5 Commit: 44f974962fbce17c26da9eeb09f97b6199b07c59 Parents: 189d284 Author: Yusaku Sako <[email protected]> Authored: Wed Jul 17 10:28:33 2013 -0700 Committer: Yusaku Sako <[email protected]> Committed: Wed Jul 17 10:32:47 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/controllers/main/admin/security/add/step4.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/44f97496/ambari-web/app/controllers/main/admin/security/add/step4.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/admin/security/add/step4.js b/ambari-web/app/controllers/main/admin/security/add/step4.js index 4a8d26e..b620e1c 100644 --- a/ambari-web/app/controllers/main/admin/security/add/step4.js +++ b/ambari-web/app/controllers/main/admin/security/add/step4.js @@ -172,7 +172,7 @@ App.MainAdminSecurityAddStep4Controller = Em.Controller.extend({ currentStage.set('isStarted', true); if (App.testMode) { currentStage.set('isError', false); - currentStage.set('isCompleted', true); + currentStage.set('isSuccess', true); } else { this.loadClusterConfigs(); }
