Modify ↓
#5792 closed defect (duplicate)
TrackQuery Macro sets order to id, regardless of parameter
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | 0.10.4 |
Severity: | normal | Keywords: | ticket, wiki, query, TicketQuery, order |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The cause is this line: http://trac.edgewall.org/browser/tags/trac-0.10.4/trac/ticket/query.py#L707
which says: query.order = 'id'
I commented it out, and now TicketQuery works as expected.
I realize this is probably not needed for 0.11, but if there's a 0.10.5 release before that, it should be included. Either remove the line, or add a comment that explains why it's their.
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 17 years ago
Milestone: | 0.10.5 |
---|
Note:
See TracTickets
for help on using tickets.
Oops, accidentally created a dupe (of #5793).