Browse Source

AMBARI-7995. Two "Custom hdfs-site" panels on Customize services page.

Jaimin Jetly 10 years ago
parent
commit
5fb9a9ffe4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ambari-web/app/routes/installer.js

+ 1 - 0
ambari-web/app/routes/installer.js

@@ -296,6 +296,7 @@ module.exports = Em.Route.extend({
           controller.setDBProperty('recommendationsHostGroups', wizardStep6Controller.get('content.recommendationsHostGroups'));
           controller.setDBProperty('recommendationsConfigs', null);
           controller.loadAdvancedConfigs(wizardStep7Controller);
+          wizardStep7Controller.set('isAdvancedConfigLoaded', false);
           router.transitionTo('step7');
         });
       }