Merge remote-tracking branch 'origin/master' into feature/add-api-endpoint-for-permission

This commit is contained in:
2021-11-24 16:15:51 +01:00
7 changed files with 26 additions and 19 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`;
}
}
}