ajout d'une balise pour le nom du service

This commit is contained in:
clemkeirua 2019-02-20 11:48:08 +01:00 committed by Pierre de La Morinerie
parent 1f7d5b6541
commit 236f73f838
2 changed files with 16 additions and 1 deletions

View file

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