diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated.vue index 93363fed1..b1bb1e25d 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated.vue @@ -47,6 +47,17 @@ +
+ +
+
state.accompanyingCourse.id, - participations: state => state.accompanyingCourse.participations + participations: state => state.accompanyingCourse.participations, + suggestedEntities: state => [state.accompanyingCourse.requestor, ...state.accompanyingCourse.resources] }), ...mapGetters([ 'isParticipationValid'