Skip to content
Snippets Groups Projects
Commit e82f7075 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

organization-select: base prefix has changed

parent eec9dcf6
No related branches found
No related tags found
No related merge requests found
Pipeline #58587 passed
...@@ -233,7 +233,7 @@ export class OrganizationSelect extends AdapterLitElement { ...@@ -233,7 +233,7 @@ export class OrganizationSelect extends AdapterLitElement {
return []; return [];
} }
let orgUrl = this.entryPointUrl + '/people/' + let orgUrl = this.entryPointUrl + '/base/people/' +
encodeURIComponent(this.auth['person-id']) + encodeURIComponent(this.auth['person-id']) +
'/organizations' + '/organizations' +
'?context=' + encodeURIComponent(this.context) + '?context=' + encodeURIComponent(this.context) +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment