Compare commits

...

6 Commits

4 changed files with 4 additions and 4 deletions

View File

@ -81,7 +81,7 @@ export function app() {
})); }));
if (userinfoRes.status === 200) { if (userinfoRes.status === 200) {
let user = new User(userinfoRes.data); let user = new User(userinfoRes.data);
let stakeholderRes = (await axios.get<Stakeholder>(properties.monitorServiceAPIURL + '/stakeholder/' + encodeURIComponent(req.params.alias), { let stakeholderRes = (await axios.get<Stakeholder>(properties.monitorServiceAPIURL + 'stakeholder/' + encodeURIComponent(req.params.alias), {
withCredentials: true, withCredentials: true,
headers: headers headers: headers
}).catch(error => { }).catch(error => {

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.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; let stakeholders = manageStakeholder.standalone;
stakeholders.concat(manageStakeholder.umbrella); stakeholders.concat(manageStakeholder.umbrella);
stakeholders.concat(manageStakeholder.dependent); stakeholders.concat(manageStakeholder.dependent);

@ -1 +1 @@
Subproject commit 310f06b2348977c64825231fff79180f70fb404d Subproject commit a5178adefd4c2797115660a83924c7e89e8c03e3

@ -1 +1 @@
Subproject commit 6bc02125166daa907d39ff523cd635088bdb63c2 Subproject commit 038684a0dca02700164e467abd390bbd865df3d9