feat(repetitions): allow dossiers links in repetitions

This commit is contained in:
Martin 2023-12-26 17:39:01 +01:00
parent e52bd9d6bf
commit 7c5a297bc7

View file

@ -92,7 +92,6 @@ class TypesDeChampEditor::ChampComponent < ApplicationComponent
EXCLUDE_FROM_BLOCK = [
TypeDeChamp.type_champs.fetch(:carte),
TypeDeChamp.type_champs.fetch(:dossier_link),
TypeDeChamp.type_champs.fetch(:repetition)
]