fix: add update_after_submit to actions while setting worflow state
This commit is contained in:
parent
ce960f04da
commit
c329a2c1af
1 changed files with 1 additions and 0 deletions
|
|
@ -299,6 +299,7 @@ def set_workflow_state_on_action(doc, workflow_name, action):
|
|||
return
|
||||
|
||||
action_map = {
|
||||
'update_after_submit': '1',
|
||||
'submit': '1',
|
||||
'cancel': '2'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue