#319 - Incorrect URL for column sorting in issues list
Type Defect
Status Fixed
Milestone 3.0.7
Version -
Component -
Priority Normal
Severity Normal
Owner John Hobson
Assigned to -
Reported 11 years ago
Updated 10 years ago
Votes 0
Related tickets
Proposed time
Worked time

When sorting issues by date created (by clicking on created in the header row) the link is to:

http://bugs.traq.io/traq/tickets&order_by=created_at.asc

This is incorrect, the correct link should be:

http://bugs.traq.io/traq/tickets?order_by=created_at.asc

Ticket History

11 years and 2 months ago by Jack

  • Status New Accepted
Jack closed as Fixed 11 years and 2 months ago

I've attempted to fix this, but some setups may still cause this. Make sure your server or rewrite rules don't add query strings to the URL when rewriting.

For example, this would be bad: rerouting /some/url/here to index.php?url=/some/url/here.