review(pull/10591#discussion_r1818942794): remove tested enum labels

This commit is contained in:
mfo 2024-10-29 09:17:45 +01:00 committed by simon lehericey
parent 26a078bc45
commit 656080538b
No known key found for this signature in database
GPG key ID: CDE670D827C7B3C5

View file

@ -71,7 +71,7 @@ module ColumnsConcern
def dossier_id_column = Column.new(procedure_id: id, table: 'self', column: 'id', type: :number)
def dossier_state_column = Column.new(procedure_id: id, table: 'self', column: 'state', label: I18n.t('activerecord.attributes.procedure_presentation.fields.self.state'), type: :enum, scope: 'instructeurs.dossiers.filterable_state', displayable: false)
def dossier_state_column = Column.new(procedure_id: id, table: 'self', column: 'state', type: :enum, scope: 'instructeurs.dossiers.filterable_state', displayable: false)
def notifications_column = Column.new(procedure_id: id, table: 'notifications', column: 'notifications', label: "notifications", filterable: false)