瀏覽代碼

AMBARI-19129. Installer UI hangs when "Validation Issues" dialog is dismissed (alexantonenko)

Alex Antonenko 8 年之前
父節點
當前提交
bf3dad8b40
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ambari-web/app/mixins/wizard/assign_master_components.js

+ 1 - 0
ambari-web/app/mixins/wizard/assign_master_components.js

@@ -1236,6 +1236,7 @@ App.AssignMasterComponents = Em.Mixin.create({
       },
       onSecondary: function () {
         this._super();
+        App.router.set('nextBtnClickInProgress', false);
         self.set('submitButtonClicked', false);
       },
       onClose: function () {