diff --git a/alfa-client/libs/collaboration-shared/src/lib/collaboration-list-resource.service.ts b/alfa-client/libs/collaboration-shared/src/lib/collaboration-list-resource.service.ts index fa6f47d5d6292485b6d84de0040fc1913c692569..de57ae9ffd9845eabe7963388f3f98148362fb7f 100644 --- a/alfa-client/libs/collaboration-shared/src/lib/collaboration-list-resource.service.ts +++ b/alfa-client/libs/collaboration-shared/src/lib/collaboration-list-resource.service.ts @@ -27,7 +27,7 @@ export function createCollaborationListResourceService( function buildConfig(vorgangService: VorgangService): ListResourceServiceConfig<VorgangResource> { return { baseResource: vorgangService.getVorgangWithEingang(), - listLinkRel: VorgangWithEingangLinkRel.COLLABORATIONS, + getLinkRel: VorgangWithEingangLinkRel.COLLABORATIONS, listResourceListLinkRel: CollaborationListLinkRel.COLLABORATION_LIST, createLinkRel: CollaborationListLinkRel.CREATE_COLLABORATION_REQUEST, };