poc(batch_operation_alert): simplier wording

This commit is contained in:
Martin 2022-12-05 17:07:59 +01:00 committed by mfo
parent 3d2f0ebb88
commit 7c65af3be0
8 changed files with 28 additions and 68 deletions

View file

@ -93,6 +93,7 @@ module Instructeurs
@batch_operations = BatchOperation.joins(:groupe_instructeurs)
.where(groupe_instructeurs: current_instructeur.groupe_instructeurs.where(procedure_id: @procedure.id))
.where(seen_at: nil)
.distinct
end