mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 03:53:02 +00:00
Merge branch 'master' into w2p-59334_edit-item-metadata-branch
This commit is contained in:
@@ -165,7 +165,7 @@ export abstract class DataService<T extends CacheableObject> {
|
|||||||
const endpoint$ = this.halService.getEndpoint(this.linkPath).pipe(
|
const endpoint$ = this.halService.getEndpoint(this.linkPath).pipe(
|
||||||
isNotEmptyOperator(),
|
isNotEmptyOperator(),
|
||||||
distinctUntilChanged(),
|
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);
|
const normalizedObject: NormalizedObject<T> = this.dataBuildService.normalize<T>(dso);
|
||||||
|
Reference in New Issue
Block a user