fix: slash

This commit is contained in:
Jean-Baptiste Pasquier 2021-03-17 10:41:03 +01:00
parent 63a76e7903
commit 6e46f26615
3 changed files with 3 additions and 3 deletions

View File

@ -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'
)

View File

@ -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}`

View File

@ -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