add field 'comment' in accompanyingperiodresource following issue 612
continuous-integration/drone/push Build is passing Details

This commit is contained in:
nobohan 2022-07-18 15:32:14 +02:00
parent 058d7851f5
commit 019356f8c6
1 changed files with 2 additions and 1 deletions

View File

@ -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