You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2013/12/19 17:06:01 UTC

git commit: AMBARI-4123. JS error in Add Host wizard Step 4. (alexantonenko)

Updated Branches:
  refs/heads/branch-1.4.3 36fa770e7 -> 1ae27abe0


AMBARI-4123. JS error in Add Host wizard Step 4. (alexantonenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1ae27abe
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1ae27abe
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1ae27abe

Branch: refs/heads/branch-1.4.3
Commit: 1ae27abe013008da8a7e5b5184e7cecaa5a26731
Parents: 36fa770
Author: Alex Antonenko <hi...@gmail.com>
Authored: Thu Dec 19 18:03:41 2013 +0200
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Thu Dec 19 18:03:41 2013 +0200

----------------------------------------------------------------------
 ambari-web/app/routes/add_host_routes.js | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1ae27abe/ambari-web/app/routes/add_host_routes.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/routes/add_host_routes.js b/ambari-web/app/routes/add_host_routes.js
index e2d08f5..53dca53 100644
--- a/ambari-web/app/routes/add_host_routes.js
+++ b/ambari-web/app/routes/add_host_routes.js
@@ -177,14 +177,6 @@ module.exports = Em.Route.extend({
 
       if (wizardStep6Controller.validate()) {
         addHostController.saveSlaveComponentHosts(wizardStep6Controller);
-        addHostController.get('content').set('serviceConfigProperties', null);
-        addHostController.setDBProperty('serviceConfigProperties', null);
-        addHostController.loadAdvancedConfigs();
-        var wizardStep7Controller = router.get('wizardStep7Controller');
-        wizardStep7Controller.set('wizardController', addHostController);
-        wizardStep7Controller.set('content', addHostController.get('content'));
-        wizardStep7Controller.loadStep();
-        addHostController.saveServiceConfigProperties(wizardStep7Controller);
         if(App.supports.hostOverrides){
           router.transitionTo('step4');
         }else{