Modify ↓
Opened 17 years ago
Closed 14 years ago
#2243 closed defect (fixed)
[Patch] Tickets can block themselves
Reported by: | Owned by: | Noah Kantrowitz | |
---|---|---|---|
Priority: | high | Component: | MasterTicketsPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Putting a ticket's number in its blocking field leads to a un-recoverable problem whereby all future ticket changes result in an exception.
Only solution was to clear out the rogue entry in the mastertickets table - there was a source==dest in there.
This may possibly be solved when #1828 is fixed.
Attachments (1)
Change History (5)
comment:1 Changed 16 years ago by
Changed 15 years ago by
Attachment: | self_blocking.patch added |
---|
comment:3 Changed 15 years ago by
Summary: | Tickets can block themselves → [Patch] Tickets can block themselves |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
A quick will be to check if blocking/blocked by fields contain own ticket number. This todo is very easy in comparison to avoid ticket chains of #1828