RIFT-16181: Project switch must affect non-polling/non-socket based pages
authorKIRAN KASHALKAR <kiran.kashalkar@riftio.com>
Thu, 13 Apr 2017 00:52:18 +0000 (20:52 -0400)
committerKIRAN KASHALKAR <kiran.kashalkar@riftio.com>
Thu, 13 Apr 2017 00:52:18 +0000 (20:52 -0400)
Signed-off-by: KIRAN KASHALKAR <kiran.kashalkar@riftio.com>
skyquake/framework/widgets/skyquake_container/skyquakeContainerStore.js

index cb731c7..4f27094 100644 (file)
@@ -199,7 +199,8 @@ class SkyquakeContainerStore {
         let user = this.user;
         user.projectId = projectId;
         this.setState({user});
         let user = this.user;
         user.projectId = projectId;
         this.setState({user});
-        }
+        window.location.reload(true);
+    }
     //Notifications
     showNotification = (data) => {
         let state = {
     //Notifications
     showNotification = (data) => {
         let state = {