AMBARI-20619. JS error on Step6 installer when click "all/none" (onechiporenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ec1505f2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ec1505f2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ec1505f2 Branch: refs/heads/branch-feature-AMBARI-12556 Commit: ec1505f215c718f54d59cf0ba2e60f37b6515b86 Parents: f6972cb Author: Oleg Nechiporenko <onechipore...@apache.org> Authored: Wed Mar 29 14:25:44 2017 +0300 Committer: Oleg Nechiporenko <onechipore...@apache.org> Committed: Wed Mar 29 14:25:44 2017 +0300 ---------------------------------------------------------------------- ambari-web/app/controllers/wizard/step6_controller.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ec1505f2/ambari-web/app/controllers/wizard/step6_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/wizard/step6_controller.js b/ambari-web/app/controllers/wizard/step6_controller.js index adfa0ba..d766c18 100644 --- a/ambari-web/app/controllers/wizard/step6_controller.js +++ b/ambari-web/app/controllers/wizard/step6_controller.js @@ -631,8 +631,7 @@ App.WizardStep6Controller = Em.Controller.extend(App.HostComponentValidationMixi clearTimeout(this.get('timer')); if (this.get('validationInProgress')) { this.set('timer', setTimeout(function () { - self.callValidation() - .then(validationCallback); + self.callValidation(); }, 700)); } else { this.callServerSideValidation()