Explorar o código

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

Yusaku Sako %!s(int64=12) %!d(string=hai) anos
pai
achega
0ce260116f

+ 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);
         currentStage.set('isStarted', true);
         if (App.testMode) {
         if (App.testMode) {
           currentStage.set('isError', false);
           currentStage.set('isError', false);
-          currentStage.set('isCompleted', true);
+          currentStage.set('isSuccess', true);
         } else {
         } else {
           this.loadClusterConfigs();
           this.loadClusterConfigs();
         }
         }