From d710379b4644ee1f6c21c16748ad40e4963dcae8 Mon Sep 17 00:00:00 2001 From: Benoit Alessandroni Date: Thu, 27 Aug 2020 17:32:35 +0200 Subject: [PATCH] Adding id prefix to events --- src/page-events.pug | 1 + src/views/circle/page-circle-events.pug | 1 + 2 files changed, 2 insertions(+) diff --git a/src/page-events.pug b/src/page-events.pug index faaed63..22f2b8a 100644 --- a/src/page-events.pug +++ b/src/page-events.pug @@ -3,4 +3,5 @@ range-event-type=`${endpoints.typeevents || (endpoints.get && endpoints.get.typeevents)}` range-event-circle=`${endpoints.circles || (endpoints.get && endpoints.get.circles)}` upload-dir=`${endpoints.uploads || (endpoints.get && endpoints.get.uploads)}` + id-prefix='default' ) \ No newline at end of file diff --git a/src/views/circle/page-circle-events.pug b/src/views/circle/page-circle-events.pug index ca8b0a7..5ecad21 100644 --- a/src/views/circle/page-circle-events.pug +++ b/src/views/circle/page-circle-events.pug @@ -6,4 +6,5 @@ range-event-type=`${endpoints.typeevents || (endpoints.get && endpoints.get.typeevents)}` range-event-circle=`${endpoints.circles || (endpoints.get && endpoints.get.circles)}` upload-dir=`${endpoints.uploads || (endpoints.get && endpoints.get.uploads)}` + id-prefix='circles' ) \ No newline at end of file