You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jg...@apache.org on 2018/06/08 19:51:56 UTC

[ambari] branch branch-feature-AMBARI-14714-mpack-advisor updated: [AMBARI-24053] Fix bug in previous commit to this issue.

This is an automated email from the ASF dual-hosted git repository.

jgolieb pushed a commit to branch branch-feature-AMBARI-14714-mpack-advisor
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-feature-AMBARI-14714-mpack-advisor by this push:
     new e27632d  [AMBARI-24053] Fix bug in previous commit to this issue.
e27632d is described below

commit e27632d630e3508ce10e39765b09856e0a7e634e
Author: Jason Golieb <jg...@hortonworks.com>
AuthorDate: Fri Jun 8 15:45:50 2018 -0400

    [AMBARI-24053] Fix bug in previous commit to this issue.
---
 ambari-web/app/controllers/wizard.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-web/app/controllers/wizard.js b/ambari-web/app/controllers/wizard.js
index a3384a8..d423533 100644
--- a/ambari-web/app/controllers/wizard.js
+++ b/ambari-web/app/controllers/wizard.js
@@ -1737,7 +1737,7 @@ App.WizardController = Em.Controller.extend(App.LocalStorage, App.ThemesMappingM
       //configs will be passed if we are building a request for configs recommendations/validations
       //it will not be passed if we are building a request for host recommendations/validations
       if (configs) {
-        const configurations = this.getConfigsForServiceInstance(service.name, service.mpackName, service.mpackVersion, null, configs);
+        const configurations = this.getConfigsForServiceInstance(service.name, service.mpackName, service.mpackVersion, configs);
         if (configurations) {
           serviceInstance.configurations = configurations;
         }

-- 
To stop receiving notification emails like this one, please contact
jgolieb@apache.org.