From cd9ce1b458dc864a26ebb9297863314f2ed1451d Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 24 Nov 2021 11:59:11 +0100 Subject: [PATCH 1/2] link to thirdparty resume page fixed --- .../Resources/public/vuejs/OnTheFly/components/OnTheFly.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue index 237166e62..d64ae274e 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue +++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue @@ -189,7 +189,7 @@ export default { // TODO i18n return `/fr/person/${id}/general`; } else if (type === 'thirdparty') { - return `/fr/thirdparty/thirdparty/${id}/show`; + return `/fr/3party/3party/${id}/view`; } } } From 41f0578966266232838ec310fecc9176eba3d800 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 24 Nov 2021 12:01:57 +0100 Subject: [PATCH 2/2] changelog updated --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4acb29efc..80eb4fd1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to * Use the user.label in accompanying course banner, instead of username; * fix: show validation message when closing accompanying course; +* [thirdparty] link from modal to thirdparty detail page fixed (https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/228) ## Test releases