ajout d'une balise pour le nom du service
This commit is contained in:
parent
1f7d5b6541
commit
236f73f838
2 changed files with 16 additions and 1 deletions
|
@ -40,6 +40,12 @@ module TagsSubstitutionConcern
|
|||
description: '',
|
||||
target: :id,
|
||||
available_for_states: Dossier::SOUMIS
|
||||
},
|
||||
{
|
||||
libelle: 'nom du service',
|
||||
description: 'Le nom du service instructeur qui traite le dossier',
|
||||
lambda: -> (d) { d.procedure.organisation_name || '' },
|
||||
available_for_states: Dossier::SOUMIS
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue