feat: batch action for passer_en_instruction depuis a_suivre

This commit is contained in:
seb-by-ouidou 2023-11-30 10:50:37 +00:00 committed by mfo
parent 5c80f6c3f0
commit 9031de803b

View file

@ -31,6 +31,10 @@ class Dossiers::BatchOperationComponent < ApplicationComponent
{ {
options: options:
[ [
{
label: t(".operations.passer_en_instruction"),
operation: BatchOperation.operations.fetch(:passer_en_instruction)
},
{ {
label: t(".operations.follow"), label: t(".operations.follow"),
operation: BatchOperation.operations.fetch(:follow) operation: BatchOperation.operations.fetch(:follow)