You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2015/12/03 03:32:03 UTC

ambari git commit: AMBARI-14167. After Intra-Stack Upgrade Web Client Still Uses Old Stack Version In Requests (srimanth)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 c03c1db67 -> 2d7064894


AMBARI-14167. After Intra-Stack Upgrade Web Client Still Uses Old Stack Version In Requests (srimanth)


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

Branch: refs/heads/branch-2.1
Commit: 2d70648942144d623a4f2eb347b753aa87fa655f
Parents: c03c1db
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Wed Dec 2 18:00:26 2015 -0800
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Wed Dec 2 18:00:33 2015 -0800

----------------------------------------------------------------------
 ambari-web/app/routes/stack_upgrade_routes.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/2d706489/ambari-web/app/routes/stack_upgrade_routes.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/routes/stack_upgrade_routes.js b/ambari-web/app/routes/stack_upgrade_routes.js
index 543831c..d810455 100644
--- a/ambari-web/app/routes/stack_upgrade_routes.js
+++ b/ambari-web/app/routes/stack_upgrade_routes.js
@@ -70,6 +70,7 @@ module.exports = App.WizardRoute.extend({
           App.router.get('updateController').set('isWorking', true);
           App.router.transitionTo('main.admin.stackAndUpgrade.versions');
           this.hide();
+          location.reload();
         }
       });
     });