diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 1ed0d96..519403a 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -194,7 +194,9 @@ export class AppComponent extends SidebarBaseComponent implements OnInit { this.notificationConfiguration.availableGroups.push({value: Role.typeMember(type.value), label: type.label + ' Members'}); } } - this.subscriptions.push(this.stakeholderService.getMyStakeholders(this.properties.monitorServiceAPIURL).subscribe(stakeholders => { + this.subscriptions.push(this.stakeholderService.getMyStakeholders(this.properties.monitorServiceAPIURL).subscribe(manageStakeholder => { + let stakeholders = manageStakeholder.standalone; + stakeholders.concat(manageStakeholder.umbrella); stakeholders.forEach(stakeholder => { this.notificationConfiguration.availableGroups.push({ value: Role.manager(stakeholder.type, stakeholder.alias), diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index 6e96974..8bb2ebe 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 6e96974364507f347ee4ed65307073e5ca12e476 +Subproject commit 8bb2ebef3e372f0fb4b44e413a4427de1ea82799