Merge branch 'master' into 295_resume_retouches

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

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