fix locales sorting and add form name to contract deletion name
All checks were successful
Deploy Amap / deploy (push) Successful in 42s

This commit is contained in:
Julien Aldon
2026-03-06 17:17:05 +01:00
parent 46b369ecd9
commit 76bc1c2302
3 changed files with 415 additions and 415 deletions

View File

@@ -138,7 +138,7 @@ export default function Contracts() {
}}
entityType={"contract"}
entity={{
name: `${currentContract?.firstname} ${currentContract?.lastname}`,
name: `${currentContract?.form.name} ${currentContract?.firstname} ${currentContract?.lastname}`,
id: currentContract?.id || 0,
}}
/>