浏览代码

AMBARI-2673. Security Wizard crashes in test mode. (Aleksandr Kovalenko via yusaku)

Yusaku Sako 12 年之前
父节点
当前提交
0ce260116f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/controllers/main/admin/security/add/step4.js

+ 1 - 1
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();
         }