Merge pull request #7593 from tchak/feat-enable-siret-in-blocks
feat(types_de_champ): allow siret in repetition blocks
This commit is contained in:
commit
35e3dcd848
1 changed files with 1 additions and 2 deletions
|
@ -77,8 +77,7 @@ class TypesDeChampEditor::ChampComponent < ApplicationComponent
|
||||||
EXCLUDE_FROM_BLOCK = [
|
EXCLUDE_FROM_BLOCK = [
|
||||||
TypeDeChamp.type_champs.fetch(:carte),
|
TypeDeChamp.type_champs.fetch(:carte),
|
||||||
TypeDeChamp.type_champs.fetch(:dossier_link),
|
TypeDeChamp.type_champs.fetch(:dossier_link),
|
||||||
TypeDeChamp.type_champs.fetch(:repetition),
|
TypeDeChamp.type_champs.fetch(:repetition)
|
||||||
TypeDeChamp.type_champs.fetch(:siret)
|
|
||||||
]
|
]
|
||||||
|
|
||||||
def filter_block_type_champ(type_champ)
|
def filter_block_type_champ(type_champ)
|
||||||
|
|
Loading…
Reference in a new issue