From 54e4cde9338a0c798477422905cdd3b194d33a42 Mon Sep 17 00:00:00 2001 From: KIRAN KASHALKAR Date: Wed, 12 Apr 2017 20:52:18 -0400 Subject: [PATCH] RIFT-16181: Project switch must affect non-polling/non-socket based pages Signed-off-by: KIRAN KASHALKAR --- .../widgets/skyquake_container/skyquakeContainerStore.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/skyquake/framework/widgets/skyquake_container/skyquakeContainerStore.js b/skyquake/framework/widgets/skyquake_container/skyquakeContainerStore.js index cb731c73c..4f270945a 100644 --- a/skyquake/framework/widgets/skyquake_container/skyquakeContainerStore.js +++ b/skyquake/framework/widgets/skyquake_container/skyquakeContainerStore.js @@ -199,7 +199,8 @@ class SkyquakeContainerStore { let user = this.user; user.projectId = projectId; this.setState({user}); - } + window.location.reload(true); + } //Notifications showNotification = (data) => { let state = { -- 2.17.1