feat(types_de_champ): allow siret in repetition blocks
This commit is contained in:
parent
9a0b554818
commit
0f9983e93a
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue