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:
Colin Darie 2024-02-14 16:22:33 +01:00
parent d9fd608f70
commit accc5af7d2
No known key found for this signature in database
GPG key ID: 8C76CADD40253590
5 changed files with 8 additions and 6 deletions

View file

@ -15,4 +15,6 @@ class TypesDeChamp::CarteTypeDeChamp < TypesDeChamp::TypeDeChampBase
def estimated_fill_duration(revision)
FILL_DURATION_LONG
end
def tags_for_template = [].freeze
end

View file

@ -1,5 +1,3 @@
class TypesDeChamp::ExplicationTypeDeChamp < TypesDeChamp::TextTypeDeChamp
def tags_for_template
[]
end
def tags_for_template = [].freeze
end

View file

@ -1,5 +1,3 @@
class TypesDeChamp::HeaderSectionTypeDeChamp < TypesDeChamp::TypeDeChampBase
def tags_for_template
[]
end
def tags_for_template = [].freeze
end

View file

@ -2,4 +2,6 @@ class TypesDeChamp::PieceJustificativeTypeDeChamp < TypesDeChamp::TypeDeChampBas
def estimated_fill_duration(revision)
FILL_DURATION_LONG
end
def tags_for_template = [].freeze
end

View file

@ -5,4 +5,6 @@ class TypesDeChamp::TitreIdentiteTypeDeChamp < TypesDeChamp::TypeDeChampBase
def estimated_fill_duration(revision)
FILL_DURATION_LONG
end
def tags_for_template = [].freeze
end