Modify ↓
Opened 18 years ago
Closed 12 years ago
#1331 closed defect (wontfix)
Changing sort order is ignored on and after second page
Reported by: | Akihiro KAYAMA | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | PaginateTicketsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Query sort order can be modified by clicking header field. But when go another page, sort order is forced to be default(priority).
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This plugin is deprecated with Trac 0.11. The functionality was integrated to the Trac core in t:#216.
Note: See
TracTickets for help on using
tickets.
page_query.cs uses var:query.href, but it is originally intended for query_rss.cs. It doesn't reflect order and desc parameters.
IRequestFilter.post_process_request method seemed to have no way to produce a right href for page link(especially lacks the convenient access to query constraints to call req.href.query()).
Although I don't know this is the right way to patch trac itself, it just works.