Kaynağa Gözat

Redirect to home when switching orgs

utkarshcmu 9 yıl önce
ebeveyn
işleme
f6cbbe1e64

+ 1 - 0
public/app/core/components/sidemenu/sidemenu.ts

@@ -87,6 +87,7 @@ export class SideMenuCtrl {
  switchOrg(orgId) {
    this.backendSrv.post('/api/user/using/' + orgId).then(() => {
      window.location.href = window.location.href;
+     this.$location.path('/');
    });
  };
 }