poc(batch_operation_alert): simplier wording
This commit is contained in:
parent
3d2f0ebb88
commit
7c65af3be0
8 changed files with 28 additions and 68 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue