- {{ person.firstname }} |
- {{ person.lastname }} |
- {{ person.startdate }} |
- {{ person.enddate }} |
+ {{ participation.person.firstName }} |
+ {{ participation.person.lastName }} |
+
+ {{ $d(participation.startDate.datetime, 'short') }}
+ |
+
+ {{ $d(participation.endDate.datetime, 'short') }}
+ |
-
-
-
+ -
+
+
+ -
+
+
+ -
+
+
|
@@ -17,9 +34,7 @@
diff --git a/src/Bundle/ChillPersonBundle/Resources/public/js/AccompanyingCourse/components/PersonsAssociated.vue b/src/Bundle/ChillPersonBundle/Resources/public/js/AccompanyingCourse/components/PersonsAssociated.vue
index f4ccf6964..18c91c87a 100644
--- a/src/Bundle/ChillPersonBundle/Resources/public/js/AccompanyingCourse/components/PersonsAssociated.vue
+++ b/src/Bundle/ChillPersonBundle/Resources/public/js/AccompanyingCourse/components/PersonsAssociated.vue
@@ -1,32 +1,33 @@