feat(types_de_champ): allow siret in repetition blocks

This commit is contained in:
Paul Chavard 2022-07-20 16:41:15 +02:00
parent 9a0b554818
commit 0f9983e93a

View file

@ -77,8 +77,7 @@ class TypesDeChampEditor::ChampComponent < ApplicationComponent
EXCLUDE_FROM_BLOCK = [
TypeDeChamp.type_champs.fetch(:carte),
TypeDeChamp.type_champs.fetch(:dossier_link),
TypeDeChamp.type_champs.fetch(:repetition),
TypeDeChamp.type_champs.fetch(:siret)
TypeDeChamp.type_champs.fetch(:repetition)
]
def filter_block_type_champ(type_champ)