Repository: ambari Updated Branches: refs/heads/branch-2.5 d81799148 -> 23a27151c
Revert "AMBARI-20278. Install Wizard > Select Services: Ambari warns me that "Ambari Infra is not selected" but it is selected (alexantonenko)" This reverts commit f1cd0b76dbac500e66720cd81ff8e003be6dab75. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/23a27151 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/23a27151 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/23a27151 Branch: refs/heads/branch-2.5 Commit: 23a27151c0d008ae65f19aa49b4e8ccb4ca2ec0c Parents: d817991 Author: Alex Antonenko <[email protected]> Authored: Sat Mar 4 17:51:56 2017 +0200 Committer: Alex Antonenko <[email protected]> Committed: Sat Mar 4 17:51:56 2017 +0200 ---------------------------------------------------------------------- ambari-web/app/controllers/wizard/step4_controller.js | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/23a27151/ambari-web/app/controllers/wizard/step4_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/wizard/step4_controller.js b/ambari-web/app/controllers/wizard/step4_controller.js index 02aeff8..9e61a7d 100644 --- a/ambari-web/app/controllers/wizard/step4_controller.js +++ b/ambari-web/app/controllers/wizard/step4_controller.js @@ -168,8 +168,6 @@ App.WizardStep4Controller = Em.ArrayController.extend({ validate: function () { var result; var self = this; - this.set('errorStack', []); - // callback function to reset `isAccepted` needs to be called everytime when a popup from errorStack is dismissed/proceed by user action var callback = function (id) { var check = self.get('errorStack').findProperty('id', id);
