You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a work item with the status redo is being reopened by the workflow, the property previous_work_item is not properly updated which results in a wrong workflow tree.
We should update the previous_work_item on the reopened work item when we reopen it here:
If a work item with the status
redo
is being reopened by the workflow, the propertyprevious_work_item
is not properly updated which results in a wrong workflow tree.We should update the
previous_work_item
on the reopened work item when we reopen it here:caluma/caluma/caluma_workflow/utils.py
Lines 117 to 125 in 71be792
The text was updated successfully, but these errors were encountered: