AMBARI-20278. Install Wizard > Select Services: Ambari warns me that "Ambari Infra is not selected" but it is selected. Additional patch 2 (alexantonenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e2220ea8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e2220ea8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e2220ea8 Branch: refs/heads/branch-dev-logsearch Commit: e2220ea8ae60eb02e76761772b9d0144871d24ad Parents: e340547 Author: Alex Antonenko <[email protected]> Authored: Thu Mar 9 18:37:45 2017 +0200 Committer: Alex Antonenko <[email protected]> Committed: Thu Mar 9 18:37:45 2017 +0200 ---------------------------------------------------------------------- ambari-web/app/controllers/wizard/step4_controller.js | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e2220ea8/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 3a13fbb..8165c8d 100644 --- a/ambari-web/app/controllers/wizard/step4_controller.js +++ b/ambari-web/app/controllers/wizard/step4_controller.js @@ -168,7 +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) {
