Updated Branches: refs/heads/branch-1.4.2 9562182f4 -> 9baff7bf0
AMBARI-3939. Reassign Master Wizard keeps popping up on login. (akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9baff7bf Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9baff7bf Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9baff7bf Branch: refs/heads/branch-1.4.2 Commit: 9baff7bf0b52ca70075c746c23d1e7d454814c5b Parents: 9562182 Author: Aleksandr Kovalenko <[email protected]> Authored: Sun Dec 1 21:09:18 2013 +0200 Committer: Aleksandr Kovalenko <[email protected]> Committed: Sun Dec 1 21:09:18 2013 +0200 ---------------------------------------------------------------------- ambari-web/app/controllers/main/service/reassign_controller.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/9baff7bf/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 f5ee208..811b30b 100644 --- a/ambari-web/app/controllers/main/service/reassign_controller.js +++ b/ambari-web/app/controllers/main/service/reassign_controller.js @@ -105,6 +105,7 @@ App.ReassignMasterController = App.WizardController.extend({ this.saveSecurityEnabled(result); App.clusterStatus.setClusterStatus({ clusterName: this.get('content.cluster.name'), + clusterState: 'DEFAULT', wizardControllerName: 'reassignMasterController', localdb: App.db.data });
