Modify ↓
Opened 17 years ago
Last modified 5 years ago
#2495 new defect
[patch attached] Wrong tickets are being blocked occasionally
Reported by: | dexen deVries | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | MasterTicketsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
In version 0.10 of the plugin, at times wrong ticket may be displayed as blocked. To reproduce:
- create tickets #4, #13, #14
- mark #13 as blocking #14
- #14 is correctly marked as blocked, but
- additionally, #4 is also marked as blocked
This is side effect of SQL patern being used. Attached patch attempts to fix it
Attachments (1)
Change History (3)
Changed 17 years ago by
Attachment: | sql-like-fix.patch added |
---|
comment:1 Changed 11 years ago by
Owner: | changed from Noah Kantrowitz to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:2 Changed 5 years ago by
Status: | assigned → new |
---|
Note: See
TracTickets for help on using
tickets.
patch attemtping to fix the problem