chore(tags): don't list champs Carte, PJ, Titre identité
Note: ils ne sont pas validés par le TagsValidator, donc ça ne cassera pas les attestations existantes. L'objectif est juste de ne pas les proposer dans les interfaces.
This commit is contained in:
parent
d9fd608f70
commit
accc5af7d2
5 changed files with 8 additions and 6 deletions
|
@ -15,4 +15,6 @@ class TypesDeChamp::CarteTypeDeChamp < TypesDeChamp::TypeDeChampBase
|
|||
def estimated_fill_duration(revision)
|
||||
FILL_DURATION_LONG
|
||||
end
|
||||
|
||||
def tags_for_template = [].freeze
|
||||
end
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
class TypesDeChamp::ExplicationTypeDeChamp < TypesDeChamp::TextTypeDeChamp
|
||||
def tags_for_template
|
||||
[]
|
||||
end
|
||||
def tags_for_template = [].freeze
|
||||
end
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
class TypesDeChamp::HeaderSectionTypeDeChamp < TypesDeChamp::TypeDeChampBase
|
||||
def tags_for_template
|
||||
[]
|
||||
end
|
||||
def tags_for_template = [].freeze
|
||||
end
|
||||
|
|
|
@ -2,4 +2,6 @@ class TypesDeChamp::PieceJustificativeTypeDeChamp < TypesDeChamp::TypeDeChampBas
|
|||
def estimated_fill_duration(revision)
|
||||
FILL_DURATION_LONG
|
||||
end
|
||||
|
||||
def tags_for_template = [].freeze
|
||||
end
|
||||
|
|
|
@ -5,4 +5,6 @@ class TypesDeChamp::TitreIdentiteTypeDeChamp < TypesDeChamp::TypeDeChampBase
|
|||
def estimated_fill_duration(revision)
|
||||
FILL_DURATION_LONG
|
||||
end
|
||||
|
||||
def tags_for_template = [].freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue