From e99a371f3a873bc2c57a615136f15cdfc51f3dd0 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Mon, 6 Sep 2021 19:39:52 +0200 Subject: [PATCH] vue personRenderBox: adding an option to display householdLink --- .../components/PersonsAssociated/ParticipationItem.vue | 1 + .../public/vuejs/_components/Entity/PersonRenderBox.vue | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 b56ab0617..71e0ccd6b 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 @@ -5,6 +5,7 @@ addId : false, addEntity: false, addLink: false, + addHouseholdLink: true, addAltNames: true, addAge : false, hLevel : 3, diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/Entity/PersonRenderBox.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/Entity/PersonRenderBox.vue index ea1a3008e..29578d3ba 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/Entity/PersonRenderBox.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/Entity/PersonRenderBox.vue @@ -57,7 +57,8 @@

{{ $t('renderbox.household_without_address') }}

-