Modify ↓
Opened 19 years ago
Closed 19 years ago
#2706 closed defect (fixed)
Problem with custom query sort when all filters are removed
Reported by: | Matt Shin | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | normal | Milestone: | 0.9.4 |
Component: | ticket system | Version: | 0.9.3 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
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 (0)
Change History (4)
comment:1 by , 19 years ago
Owner: | removed |
---|
comment:2 by , 19 years ago
Milestone: | → 0.9.4 |
---|
comment:3 by , 19 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:4 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in [2890], [2891] and [2893].