From bee87ba6bb5c6c49cfcfb37dbaf29fb43204224e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 11 Jan 2022 10:30:55 +0100 Subject: [PATCH] update generation document variable + fix --- admin/generation-documents.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/admin/generation-documents.md b/admin/generation-documents.md index 66ad9f3..c81d261 100644 --- a/admin/generation-documents.md +++ b/admin/generation-documents.md @@ -179,6 +179,8 @@ ${courseStartDateShort} // 15/01/2021 * `hasLocationPerson` (bool): `true` si un parcours a une localisation auprès d'un personne. `false` si c'est une localisation temporaire; * `location` (Adresse): l'adresse de localisation du parcours * `locationPerson` (Person): l'utilisateur qui localise le parcours (s'il y en a un, peut être vide); +* `administrativeLocation` (Location): localisation administrative du parcours; +* `hasAdministrativeLocation` (bool): `true` si une localisation administrative est définie; ### AccompanyingPeriodParticipation @@ -411,7 +413,7 @@ Les variables présentent le nom de la relation (`text`), et la personne avec qu ### Evaluation (type d'évaluation) * `id` (texte): l'identifiant du type d'évaluation; -* `titre` (texte): le titre du type d'évaluation; +* `title` (texte): le titre du type d'évaluation; ### AccompanyingPeriodWork (Action d'accompagnement) @@ -441,12 +443,12 @@ Les variables présentent le nom de la relation (`text`), et la personne avec qu ### Result (résultat d'une action) * `id` (texte): identifiant -* `titre` (texte): le titre du résultat +* `title` (texte): le titre du résultat ### Goal (objectif d'une action) * `id` (texte): identifiant -* `titre` (texte): le titre du résultat +* `title` (texte): le titre du résultat ### AccompanyingPeriodWorkGoal (objectifs et résultats d'une action d'accompagnement)