Repository: ambari Updated Branches: refs/heads/trunk 642fd46cb -> 55394ec0a
AMBARI-11032 Property hbase.coprocessor.regionserver.classes is empty on Config Services Page. (ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/55394ec0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/55394ec0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/55394ec0 Branch: refs/heads/trunk Commit: 55394ec0a2cf24b3f180b2b5c3f5f9221ab825e2 Parents: 642fd46 Author: aBabiichuk <[email protected]> Authored: Fri May 8 21:17:42 2015 +0300 Committer: aBabiichuk <[email protected]> Committed: Fri May 8 21:17:42 2015 +0300 ---------------------------------------------------------------------- ambari-web/app/routes/add_service_routes.js | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/55394ec0/ambari-web/app/routes/add_service_routes.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/routes/add_service_routes.js b/ambari-web/app/routes/add_service_routes.js index 2b23868..79e75d6 100644 --- a/ambari-web/app/routes/add_service_routes.js +++ b/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'); }); });
