Compare commits

...

5 Commits

4 changed files with 4 additions and 4 deletions

View File

@ -81,7 +81,7 @@ export function app() {
}));
if (userinfoRes.status === 200) {
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,
headers: headers
}).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.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 310f06b2348977c64825231fff79180f70fb404d
Subproject commit d298a10686f2cd79242f3aec0d229a623c0bca55

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