Skip to content
Snippets Groups Projects
Commit 45c699e4 authored by lotte's avatar lotte
Browse files

Merge branch 'master' into w2p-59334_edit-item-metadata-branch

parents 643c0d6e 13c3e2fb
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ export abstract class DataService<T extends CacheableObject> {
const endpoint$ = this.halService.getEndpoint(this.linkPath).pipe(
isNotEmptyOperator(),
distinctUntilChanged(),
map((endpoint: string) => parentUUID ? `${endpoint}?parentCommunity=${parentUUID}` : endpoint)
map((endpoint: string) => parentUUID ? `${endpoint}?parent=${parentUUID}` : endpoint)
);
const normalizedObject: NormalizedObject<T> = this.dataBuildService.normalize<T>(dso);
......
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