Modify ↓
Opened 16 years ago
Closed 15 years ago
#4191 closed defect (worksforme)
Using set_previous_status for single state can result deadlock situation
Reported by: | jtiai | Owned by: | Eli Carter |
---|---|---|---|
Priority: | normal | Component: | AdvancedTicketWorkflowPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
If you have "set_previous_status" defined and have defined two way status (like anystate -> infoneeded -> leave -> infoprovided). If you select leave, you can't get out of loop since last status would be info needed and you can't go back to "anystate" which would be previous logical state.
Attachments (0)
Change History (1)
comment:1 Changed 15 years ago by
Priority: | high → normal |
---|---|
Resolution: | → worksforme |
Severity: | critical → major |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The "leave" action would not change the status.
This works. If I have misunderstood the problem, please reopen with further details.