feat(emails): show email errors on procedure page

This commit is contained in:
Paul Chavard 2022-11-02 10:03:10 +01:00
parent ddd5eab4b1
commit 33fc8a45ab
16 changed files with 129 additions and 63 deletions

View file

@ -181,7 +181,7 @@ module TagsSubstitutionConcern
{
libelle: 'groupe instructeur',
description: 'Le groupe instructeur en charge du dossier',
lambda: -> (d) { d.groupe_instructeur.label },
lambda: -> (d) { d.groupe_instructeur&.label },
available_for_states: Dossier::SOUMIS
}
]