Browse Source

AMBARI-12103. Add Host Wizard: Adding host with no components fails (alexantonenko)

Alex Antonenko 10 năm trước cách đây
mục cha
commit
f7caec5367
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ambari-web/app/controllers/wizard/step9_controller.js

+ 1 - 1
ambari-web/app/controllers/wizard/step9_controller.js

@@ -889,7 +889,7 @@ App.WizardStep9Controller = Em.Controller.extend(App.ReloadPopupMixin, {
     console.log('TRACE: Entering host info function');
     var self = this;
     var totalProgress = 0;
-    var tasksData = polledData.tasks;
+    var tasksData = polledData.tasks || [];
     console.log("The value of tasksData is: ", tasksData);
     var requestId = this.get('content.cluster.requestId');
     tasksData.setEach('Tasks.request_id', requestId);