Modify ↓
Opened 15 years ago
Closed 14 years ago
#5759 closed enhancement (fixed)
MasterTicketsPlugin should block only resolving with fixed resolution
Reported by: | Mitar | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | MasterTicketsPlugin |
Severity: | normal | Keywords: | |
Cc: | Mitar, Ryan J Ollos | Trac Release: | 0.11 |
Description
MasterTicketsPlugin should block only resolving with fixed
resolution because if a ticket is invalid or unnecessary it is not reasonable to be blocked from resolving. Of course you could just remove ticket from blocked by
field before closing but value of blocked by
could still be valid while ticket as a whole would be invalid so at least I would like to keep it (the ticket would really be blocked by some other ticket if we would work on it but because it is invalid
, worksforme
, duplicate
or wontfix
this does not matter for resolving it).
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | only-fixed-resolution.patch added |
---|
comment:1 Changed 15 years ago by
Cc: | Ryan J Ollos added |
---|
comment:2 Changed 15 years ago by
Note: See
TracTickets for help on using
tickets.
I have also noticed that JavaScript which MasterTicketsPlugin includes uses wrong element ID. I have corrected this in my patch (but my patch also disables only
fixed
option).