From b372b685573bdcae7849a85b4152d696bd05b362 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Wed, 4 Sep 2024 16:22:30 +0200 Subject: [PATCH] OZG-5012 adjust code after merge --- .../src/lib/collaboration-list-resource.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fa6f47d5d6..de57ae9ffd 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, }; -- GitLab