Repository: ambari
Updated Branches:
  refs/heads/branch-2.0.0 48dbac820 -> 858959cd0


AMBARI-9815. Move Master Wizard: Deploy blocked after refresh on Review step. 
(akovalenko)


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

Branch: refs/heads/branch-2.0.0
Commit: 858959cd030417d6c814ff75c86654be826977bd
Parents: 48dbac8
Author: Aleksandr Kovalenko <[email protected]>
Authored: Thu Feb 26 16:50:30 2015 +0200
Committer: Aleksandr Kovalenko <[email protected]>
Committed: Thu Feb 26 17:54:20 2015 +0200

----------------------------------------------------------------------
 .../app/controllers/main/service/reassign_controller.js     | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/858959cd/ambari-web/app/controllers/main/service/reassign_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/service/reassign_controller.js 
b/ambari-web/app/controllers/main/service/reassign_controller.js
index adb0fad..daa74ba 100644
--- a/ambari-web/app/controllers/main/service/reassign_controller.js
+++ b/ambari-web/app/controllers/main/service/reassign_controller.js
@@ -333,6 +333,15 @@ App.ReassignMasterController = 
App.WizardController.extend({
     this.set('content.cluster', this.getCluster());
   },
 
+  setCurrentStep: function (currentStep, completed) {
+    this._super(currentStep, completed);
+    App.clusterStatus.setClusterStatus({
+      clusterName: this.get('content.cluster.name'),
+      wizardControllerName: 'reassignMasterController',
+      localdb: App.db.data
+    });
+  },
+
   /**
    * Clear all temporary data
    */

Reply via email to