feat(emails): show email errors on procedure page
This commit is contained in:
parent
ddd5eab4b1
commit
33fc8a45ab
16 changed files with 129 additions and 63 deletions
|
@ -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
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue