[develop | DONE | CHANGED] monitorServiceAPIURL property: move to service file, update submodules

This commit is contained in:
Alex Martzios 2024-09-12 10:49:56 +03:00
parent b28b9a4839
commit 70635ae31e
2 changed files with 2 additions and 2 deletions

View File

@ -224,7 +224,7 @@ 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(manageStakeholder => {
this.subscriptions.push(this.stakeholderService.getMyStakeholders().subscribe(manageStakeholder => {
let stakeholders = manageStakeholder.standalone;
stakeholders.concat(manageStakeholder.umbrella);
stakeholders.concat(manageStakeholder.dependent);

@ -1 +1 @@
Subproject commit 980fc6a34adb9e4ec7e87948a7c29127a387090c
Subproject commit d298a10686f2cd79242f3aec0d229a623c0bca55