You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2016/12/07 17:01:08 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/trunk cebdb67c5 -> 4bc1a73f4


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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4bc1a73f
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4bc1a73f
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4bc1a73f

Branch: refs/heads/trunk
Commit: 4bc1a73f4c598b84b7a6ba368a5f7381abe5113b
Parents: cebdb67
Author: Alex Antonenko <hi...@gmail.com>
Authored: Wed Dec 7 17:34:04 2016 +0200
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Wed Dec 7 19:01:03 2016 +0200

----------------------------------------------------------------------
 ambari-web/app/mixins/wizard/assign_master_components.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4bc1a73f/ambari-web/app/mixins/wizard/assign_master_components.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/mixins/wizard/assign_master_components.js b/ambari-web/app/mixins/wizard/assign_master_components.js
index 7ef7fde..3651462 100644
--- a/ambari-web/app/mixins/wizard/assign_master_components.js
+++ b/ambari-web/app/mixins/wizard/assign_master_components.js
@@ -1202,6 +1202,7 @@ App.AssignMasterComponents = Em.Mixin.create(App.HostComponentValidationMixin, A
       },
       onSecondary: function () {
         this._super();
+        App.router.set('nextBtnClickInProgress', false);
         self.set('submitButtonClicked', false);
       },
       onClose: function () {