Update for production April Release #2

Merged
k.triantafyllou merged 15 commits from develop into master 2023-04-19 15:20:10 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 3b8cf0e129 - Show all commits

View File

@ -144,7 +144,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 ed19051fc063d97a34b7ee4601bc5fd68aac3baa
Subproject commit 2b4835bd0dfaa19a65ab27da289f5a8877819a88