Browse Source

AMBARI-9705. Kerberos Wizard: no tasks on step6 after page refresh. (akovalenko)

Aleksandr Kovalenko 10 năm trước cách đây
mục cha
commit
cbac6ba253

+ 1 - 1
ambari-web/app/mixins/wizard/wizardProgressPageController.js

@@ -211,7 +211,7 @@ App.wizardProgressPageControllerMixin = Em.Mixin.create({
         displayName: self.isSingleRequestPage ? commands[i].get('context') : Em.I18n.t(tasksMessagesPrefix + currentStep + '.task' + i + '.title'),
         progress: 0,
         isRunning: false,
-        requestIds: []
+        requestIds: self.isSingleRequestPage ? [this.get('stages')[0].request_id] : []
       }));
     }
     this.set('isLoaded', true);