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

orga-select: person.identifier no longer exists

parent 90a5c49b
No related branches found
No related tags found
No related merge requests found
Pipeline #56851 passed
...@@ -234,7 +234,7 @@ export class OrganizationSelect extends AdapterLitElement { ...@@ -234,7 +234,7 @@ export class OrganizationSelect extends AdapterLitElement {
} }
let orgUrl = this.entryPointUrl + '/people/' + let orgUrl = this.entryPointUrl + '/people/' +
encodeURIComponent(this.auth.person.identifier) + encodeURIComponent(this.auth['person-id']) +
'/organizations' + '/organizations' +
'?context=' + encodeURIComponent(this.context) + '?context=' + encodeURIComponent(this.context) +
'&lang=' + encodeURIComponent(this.lang); '&lang=' + encodeURIComponent(this.lang);
......
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