Repository: ambari Updated Branches: refs/heads/branch-2.5 aa429e34e -> bf3dad8b4
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/bf3dad8b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bf3dad8b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bf3dad8b Branch: refs/heads/branch-2.5 Commit: bf3dad8b40f0798142cf3b2281ada9fef30ba4f2 Parents: aa429e3 Author: Alex Antonenko <[email protected]> Authored: Wed Dec 7 17:32:19 2016 +0200 Committer: Alex Antonenko <[email protected]> Committed: Wed Dec 7 19:01:23 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/bf3dad8b/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 d8ada11..2c4245d 100644 --- a/ambari-web/app/mixins/wizard/assign_master_components.js +++ b/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 () {
