From 204c28d373efe0fb9c84fadaf313ea20ebce732e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 22 Mar 2023 10:37:38 +0100 Subject: [PATCH] Feature: [address reference] adapt vue app AccompanyingCourse to allow to open address details modal --- .../PersonsAssociated/ParticipationItem.vue | 33 +- .../components/Resources/ResourceItem.vue | 48 +- .../_components/Entity/PersonRenderBox.vue | 466 +++++++++--------- .../Entity/ThirdPartyRenderBox.vue | 277 ++++++----- 4 files changed, 424 insertions(+), 400 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated/ParticipationItem.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated/ParticipationItem.vue index b5ee21caa..5bd7551d5 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated/ParticipationItem.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/PersonsAssociated/ParticipationItem.vue @@ -15,33 +15,36 @@ :person="participation.person" :returnPath="getAccompanyingCourseReturnPath"> -