Merge user-info fix from prodiuction.
This commit is contained in:
commit
41e2eba62e
|
@ -132,7 +132,7 @@ export class AppComponent implements OnInit, OnDestroy {
|
|||
}
|
||||
}));
|
||||
this.subscriptions.push(this.userManagementService.getUserInfo().subscribe(user => {
|
||||
this.updateStakeholder = true;
|
||||
this.updateStakeholder = !this.router.url.includes('user-info');
|
||||
if (user) {
|
||||
this.user = user;
|
||||
if (!this.notificationGroupsInitialized) {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d2543181e77d5577c4bd7ce2911515c5d4b3dbcd
|
||||
Subproject commit 3af2efb0d9d44f3b8c58bf059a63bb69d052a1ba
|
Loading…
Reference in New Issue