diff --git a/src/views/page-events.pug b/src/views/page-events.pug index 2b8a534..f120f75 100644 --- a/src/views/page-events.pug +++ b/src/views/page-events.pug @@ -1,7 +1,7 @@ div.whitespace-normal solid-event(data-src=`${component.endpoints.events}` range-event-type=`${component.endpoints.typeevents}` - range-event-circle=`${getComponent('circles').endpoints.get}/` + range-event-circle=`${getComponent('circles').endpoints.get}` upload-dir=`${component.endpoints.uploads}` id-prefix='default' ) diff --git a/src/views/page-resources.pug b/src/views/page-resources.pug index 0c98992..987e392 100644 --- a/src/views/page-resources.pug +++ b/src/views/page-resources.pug @@ -2,7 +2,7 @@ div.whitespace-normal solid-resource(data-src=`${component.endpoints.resources}` range-resource-type=`${component.endpoints.resourcestypes}` range-resource-keyword=`${component.endpoints.resourceskeywords}` - range-resource-circle=`${getComponent('circles').endpoints.get}/` + 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'}` upload-dir=`${component.endpoints.uploads}` diff --git a/src/views/partials/circle/page-circle-events.pug b/src/views/partials/circle/page-circle-events.pug index a17294d..962559c 100644 --- a/src/views/partials/circle/page-circle-events.pug +++ b/src/views/partials/circle/page-circle-events.pug @@ -3,7 +3,7 @@ solid-event( bind-resources nested-field="events" range-event-type=`${component.extensions.find(c => c.type=='events').endpoints.typeevents}` - range-event-circle=`${component.endpoints.get}/` + range-event-circle=`${component.endpoints.get}` upload-dir=`${component.extensions.find(c => c.type=='events').endpoints.uploads}` id-prefix=`${component.route}` uniq=component.uniq