Modify ↓
Opened 15 years ago
Closed 15 years ago
#6360 closed defect (wontfix)
Report matches not showing filtered count
Reported by: | obs | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | PrivateTicketsPlugin |
Severity: | normal | Keywords: | reports |
Cc: | Trac Release: | 0.11 |
Description
When viewing a report it will say X matches found, where X is the number of total tickets in the report including those not accessible by the user.
I've attached a patch
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | privateTicketsReport.patch added |
---|
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Any such bug is an issue with Trac itself and I will not be fixing them here.
Note: See
TracTickets for help on using
tickets.
Thanks, this patch works. But in line 21, "blockedTickets = 0" seems should be "self.blockedTickets = 0"