Переглянути джерело

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

Yusaku Sako 12 роки тому
батько
коміт
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);
         if (App.testMode) {
           currentStage.set('isError', false);
-          currentStage.set('isCompleted', true);
+          currentStage.set('isSuccess', true);
         } else {
           this.loadClusterConfigs();
         }