feat: batch action for passer_en_instruction depuis a_suivre
This commit is contained in:
parent
5c80f6c3f0
commit
9031de803b
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue