Ticket #2706 (closed defect: fixed)
Problem with custom query sort when all filters are removed
| Reported by: | Matt Shin | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9.4 |
| Component: | ticket system | Version: | 0.9.3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In a custom query, if you remove all filters (and update), you get to the URL such as http://projects.edgewall.com/trac/query?order=priority. If you then try and sort the ticket using the hyperlinks at the top of the ticket table, you will be linked to an URL such as http://projects.edgewall.com/trac/query&order=id. Click on it and you get an error No handler matched request to /query&order=id. Note the ampersand after "query" and before "order", it should be a question mark.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


