From d1c2044c616075032ea4071426c359ffdec93598 Mon Sep 17 00:00:00 2001 From: antoine37120 Date: Tue, 6 Apr 2021 17:42:28 +0200 Subject: [PATCH] bugfix: sib-ressource endpoints values --- src/views/page-resources.pug | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/page-resources.pug b/src/views/page-resources.pug index 0c98992..f90d0f2 100644 --- a/src/views/page-resources.pug +++ b/src/views/page-resources.pug @@ -1,7 +1,10 @@ div.whitespace-normal - solid-resource(data-src=`${component.endpoints.resources}` - range-resource-type=`${component.endpoints.resourcestypes}` - range-resource-keyword=`${component.endpoints.resourceskeywords}` + solid-resource(data-src=`${component.endpoints.get}` + post-data-src=`${component.endpoints.post}` + range-resource-type=`${component.endpoints.types}` + post-data-type-src=`${component.endpoints.postTypes}` + range-resource-keyword=`${component.endpoints.keywords}` + post-data-keyword-src=`${component.endpoints.postKeywords}` range-resource-circle=`${getComponent('circles').endpoints.get}/` associated-circle-label="" data-trans=`associated-circle-label=${component.parameters && component.parameters.associatedName ? component.parameters.associatedName : 'circle.extensions.associated'}`