Browse Source

AMBARI-11032 Property hbase.coprocessor.regionserver.classes is empty on Config Services Page. (ababiichuk)

aBabiichuk 10 years ago
parent
commit
55394ec0a2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ambari-web/app/routes/add_service_routes.js

+ 2 - 0
ambari-web/app/routes/add_service_routes.js

@@ -184,6 +184,8 @@ module.exports = App.WizardRoute.extend({
           addServiceController.get('content').set('serviceConfigProperties', null);
           addServiceController.setDBProperty('serviceConfigProperties', null);
           addServiceController.setDBProperty('groupsToDelete', []);
+          addServiceController.setDBProperty('recommendationsConfigs', null);
+          router.get('wizardStep7Controller').set('recommendationsConfigs', null);
           router.transitionTo('step4');
         });
       });