From cd9ce1b458dc864a26ebb9297863314f2ed1451d Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 24 Nov 2021 11:59:11 +0100 Subject: [PATCH] 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`; } } }