You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2018/08/14 15:13:37 UTC

[ambari] branch trunk updated: AMBARI-24474. Data in Install Wizard is restored even after logout (akovalenko)

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

akovalenko pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a148741  AMBARI-24474. Data in Install Wizard is restored even after logout (akovalenko)
a148741 is described below

commit a1487417ccd917642a99ec73aeecf30478a4da52
Author: Aleksandr Kovalenko <ak...@apache.org>
AuthorDate: Tue Aug 14 16:14:43 2018 +0300

    AMBARI-24474. Data in Install Wizard is restored even after logout (akovalenko)
---
 ambari-web/app/routes/installer.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ambari-web/app/routes/installer.js b/ambari-web/app/routes/installer.js
index fe49015..206723f 100644
--- a/ambari-web/app/routes/installer.js
+++ b/ambari-web/app/routes/installer.js
@@ -448,9 +448,6 @@ module.exports = Em.Route.extend(App.RouterRedirections, {
         controller.saveComponentsFromConfigs(controller.get('content.componentsFromConfigs'));
         controller.setDBProperty('recommendationsHostGroup', wizardStep7Controller.get('content.recommendationsHostGroup'));
         controller.setDBProperty('masterComponentHosts', wizardStep7Controller.get('content.masterComponentHosts'));
-        App.clusterStatus.setClusterStatus({
-          localdb: App.db.data
-        });
         router.transitionTo('step8');
         console.timeEnd('step7 next');
       }