[#3356] No need for special treatment
This commit is contained in:
parent
a8b9da9d3b
commit
4a3d402a32
1 changed files with 2 additions and 3 deletions
|
@ -179,10 +179,9 @@ module TagsSubstitutionConcern
|
|||
return ''
|
||||
end
|
||||
|
||||
text = replace_tags_with_values_from_data(text, filter_tags(champ_public_tags), dossier.champs)
|
||||
text = replace_tags_with_values_from_data(text, filter_tags(champ_private_tags), dossier.champs_private)
|
||||
|
||||
tags_and_datas = [
|
||||
[champ_public_tags, dossier.champs],
|
||||
[champ_private_tags, dossier.champs_private],
|
||||
[dossier_tags, dossier],
|
||||
[INDIVIDUAL_TAGS, dossier.individual],
|
||||
[ENTREPRISE_TAGS, dossier.etablissement&.entreprise]
|
||||
|
|
Loading…
Reference in a new issue