Ticket #5793 (closed defect: worksforme)
TrackQuery Macro sets order to id, regardless of parameter
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 there.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


