Skip to content
Snippets Groups Projects
Verified Commit 5afcfa01 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #16000 TIME 0:05 return signatureMode in workflow route

parent dafeb35c
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ class WorkflowController
'userId' => $value['user_id'],
'userDisplay' => UserModel::getLabelledUserById(['id' => $value['user_id']]),
'mode' => $value['mode'],
'signatureMode' => $value['signature_mode'],
'order' => $value['order'],
'status' => $value['status'],
'note' => $value['note'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment