Browse Source

AMBARI-7503. Ambari deploys HDP-2.1 even if you select HDP-2.2.1. (jaimin)

Jaimin Jetly 11 năm trước cách đây
mục cha
commit
89f3a2c860
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      ambari-web/app/controllers/installer.js

+ 1 - 0
ambari-web/app/controllers/installer.js

@@ -236,6 +236,7 @@ App.InstallerController = App.WizardController.extend({
     var stacks = this.get('content.stacks');
     var dfd = $.Deferred();
     if (stacks && stacks.get('length')) {
+      App.set('currentStackVersion', App.Stack.find().findProperty('isSelected').get('id'));
       dfd.resolve(true);
     } else {
       App.ajax.send({