This is an automated email from the ASF dual-hosted git repository. jgolieb pushed a commit to branch branch-feature-AMBARI-14714 in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-feature-AMBARI-14714 by this push: new 303e58f Fixed validations request to use correct stack. 303e58f is described below commit 303e58f30b375c2be833199b27e820224ce23a27 Author: Jason Golieb <jgol...@hortonworks.com> AuthorDate: Thu May 17 13:50:07 2018 -0700 Fixed validations request to use correct stack. --- ambari-web/app/mixins/wizard/assign_master_components.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ambari-web/app/mixins/wizard/assign_master_components.js b/ambari-web/app/mixins/wizard/assign_master_components.js index b7506c6..35ede31 100644 --- a/ambari-web/app/mixins/wizard/assign_master_components.js +++ b/ambari-web/app/mixins/wizard/assign_master_components.js @@ -1186,6 +1186,8 @@ App.AssignMasterComponents = Em.Mixin.create(App.HostComponentValidationMixin, A }).then(function() { self.validateSelectedHostComponents({ hosts: hostNames, + stackName: selectedMpacks[0].name, + stackVersion: selectedMpacks[0].version, blueprint: self.get('recommendations') }).then(function() { if (callback) { -- To stop receiving notification emails like this one, please contact jgol...@apache.org.