From 44a09903a031b14b1ce0010540de51b616541dba Mon Sep 17 00:00:00 2001 From: nobohan Date: Fri, 26 Nov 2021 21:08:07 +0100 Subject: [PATCH] person: init suggested entities in accompanying course --- .../components/PersonsAssociated.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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'