Merge branch 'master' into 295_resume_retouches

This commit is contained in:
Mathieu Jaumotte 2021-11-24 13:52:55 +01:00
commit 95e306ccd6
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ and this project adheres to
<!-- write down unreleased development here -->
* 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

View File

@ -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`;
}
}
}