clean: use groupe_instructeur?

This commit is contained in:
simon lehericey 2024-11-06 09:39:29 +01:00
parent ae7260829d
commit 2c8ee1f2c1
No known key found for this signature in database
GPG key ID: CDE670D827C7B3C5

View file

@ -48,7 +48,7 @@ class Instructeurs::ColumnFilterValueComponent < ApplicationComponent
def options_for_select_of_column
if column.scope.present?
I18n.t(column.scope).map(&:to_a).map(&:reverse)
elsif column.table == 'groupe_instructeur'
elsif column.groupe_instructeur?
current_instructeur.groupe_instructeurs.filter_map do
if _1.procedure_id == procedure_id
[_1.label, _1.id]