Skip to content
Snippets Groups Projects
Commit b372b685 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5012 adjust code after merge

parent d237a4a3
No related branches found
No related tags found
1 merge request!129OZG-3563-anbindung-resourceservice-kommentar-shared
...@@ -27,7 +27,7 @@ export function createCollaborationListResourceService( ...@@ -27,7 +27,7 @@ export function createCollaborationListResourceService(
function buildConfig(vorgangService: VorgangService): ListResourceServiceConfig<VorgangResource> { function buildConfig(vorgangService: VorgangService): ListResourceServiceConfig<VorgangResource> {
return { return {
baseResource: vorgangService.getVorgangWithEingang(), baseResource: vorgangService.getVorgangWithEingang(),
listLinkRel: VorgangWithEingangLinkRel.COLLABORATIONS, getLinkRel: VorgangWithEingangLinkRel.COLLABORATIONS,
listResourceListLinkRel: CollaborationListLinkRel.COLLABORATION_LIST, listResourceListLinkRel: CollaborationListLinkRel.COLLABORATION_LIST,
createLinkRel: CollaborationListLinkRel.CREATE_COLLABORATION_REQUEST, createLinkRel: CollaborationListLinkRel.CREATE_COLLABORATION_REQUEST,
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment