add basic on-the-fly sub-components, to show/edit/create person/thirdparty

This commit is contained in:
2021-05-31 19:25:37 +02:00
parent 158b572879
commit 718d6c2375
7 changed files with 151 additions and 8 deletions

View File

@@ -58,7 +58,9 @@ const messages = {
},
create: {
button: "Créer \"{q}\"",
title: "Saisir une nouvelle personne à la volée",
title: "Saisir à la volée",
person: "un nouvel usager",
thirdparty: "un nouveau tiers"
},
}
}