Ver código fonte

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

Alex Antonenko 8 anos atrás
pai
commit
bf3dad8b40

+ 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 () {