Modify ↓
Opened 17 years ago
Closed 14 years ago
#1828 closed defect (fixed)
[PATCHED] Preventing circular blocking-chains.
Reported by: | Owned by: | Noah Kantrowitz | |
---|---|---|---|
Priority: | normal | Component: | MasterTicketsPlugin |
Severity: | normal | Keywords: | |
Cc: | aviv.by@…, Mitar | Trac Release: | 0.10 |
Description
Currently, nothing keeps me from creates 2 tickets and having each block the other. This is obviously wrong.
Attachments (1)
Change History (5)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Summary: | Preventing circular blocking-chains. → [PATCHED] Preventing circular blocking-chains. |
---|
Sorry, realized I added an old version
comment:3 Changed 15 years ago by
Cc: | Mitar added |
---|
This is 0.11, should we change Trac Release in ticket?
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I have a patch to fix this problem.
It incorporates the patch from #2243 to prevent tickets from being their own dependencies, as well as preventing any other type of circular dependency.