Updated Branches: refs/heads/trunk 5e3e1e005 -> 0ce260116
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/0ce26011 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/0ce26011 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/0ce26011 Branch: refs/heads/trunk Commit: 0ce260116f9d0c2877da1d5fdd3907da30cfa5f3 Parents: 5e3e1e0 Author: Yusaku Sako <[email protected]> Authored: Wed Jul 17 10:28:33 2013 -0700 Committer: Yusaku Sako <[email protected]> Committed: Wed Jul 17 10:28:33 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/0ce26011/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(); }
