fix: add update_after_submit to actions while setting worflow state

This commit is contained in:
prssanna 2020-05-25 12:22:19 +05:30
parent ce960f04da
commit c329a2c1af

View file

@ -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'
}