Modify ↓
Opened 9 years ago
Closed 9 years ago
#12310 closed defect (duplicate)
Query milestone parameter causes error
Reported by: | Brian Sipos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | TracTicketStatsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
If a ticketstats URL is used with query parameters, and if those parameters include a desired milestone, then then plugin will error-out with a "method not found" error. The failing line is attempting to call "find" on a "list" object.
I will attach a working patch which honors a milestone query parameter.
Attachments (1)
Change History (3)
Changed 9 years ago by
Attachment: | trac-ticketstats-plugin-2.2.0-milestone-find.patch added |
---|
comment:1 Changed 9 years ago by
Status: | new → accepted |
---|
Thank you for the patch. I will try to review this weekend.
comment:2 Changed 9 years ago by
Resolution: | → duplicate |
---|---|
Status: | accepted → closed |
Duplicate of #8300. Could you try running the trunk version?
Note: See
TracTickets for help on using
tickets.
tested patch