no message
This commit is contained in:
parent
a9e3982217
commit
715172e560
1 changed files with 2 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ export class WorkflowController extends Controller {
|
|||
Object.assign(stateOperatorUser, {
|
||||
profileId: item.current_holderId,
|
||||
operator: "Officer",
|
||||
profileType: "OFFICER",
|
||||
order: num,
|
||||
workflowId: workflow.id,
|
||||
...meta,
|
||||
|
|
@ -166,6 +167,7 @@ export class WorkflowController extends Controller {
|
|||
Object.assign(stateOperatorUser, {
|
||||
profileId: item.current_holderId,
|
||||
operator: "PersonnelOfficer",
|
||||
profileType: "OFFICER",
|
||||
order: num,
|
||||
workflowId: workflow.id,
|
||||
...meta,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue