From 019356f8c655377be316142a0207717a0eb59baf Mon Sep 17 00:00:00 2001 From: nobohan Date: Mon, 18 Jul 2022 15:32:14 +0200 Subject: [PATCH] add field 'comment' in accompanyingperiodresource following issue 612 --- admin/generation-documents.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/generation-documents.md b/admin/generation-documents.md index eeb6091..6bb47f7 100644 --- a/admin/generation-documents.md +++ b/admin/generation-documents.md @@ -238,6 +238,7 @@ ${courseStartDateShort} // 15/01/2021 * `id` (int): identifiant; * `person` (Person): usager ressource (vide, avec le paramètre `isNull` à `true`, si la ressource est un tiers); * `thirdParty` (ThirdParty): tiers ressource (vide, avec le paramètre `isNull` à `true`, si la ressource est une personne); +* `comment` (texte): commentaire associé à la personne ressource. ### Activity (échange) @@ -550,7 +551,7 @@ Pour rappel, les ressources peuvent être: ### PersonResourceKind (Type de personne ressource) * `id` (int) -* `title` (texte) +* `title` (texte) ### StatutLogement