First of all, I love the advanced search feature for project issues. Great job!
Here's the bug I found:
On a project's statistics page, the links at the top, "Statistics" and "Advanced search", are giving unpredicted results.
Example for the Views module:
On this page:
http://d6.drupal.org/project/issues/views?states=all
the links for "Statistics" and "Advanced search" go to the expected place.
If a user clicks on "Statistics", the user goes here:
http://d6.drupal.org/project/issues/statistics/views
That's the right page, but at the top of this page, the links for "Statistics" and "Advanced search" aren't right:
"Statistics" goes here:
http://d6.drupal.org/project/issues/statistics/statistics
which seems to just reload the current page for views statistics.
"Advanced search" goes here:
http://d6.drupal.org/project/issues/search/statistics
which gives a "page not found".
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 367264-pi_query_links_cleanup.patch | 5.46 KB | dww |
Comments
Comment #1
dwwThanks for the report. I worked on this on the flight home, and realized that those links are inconsistent in a lot of ways. I've got a patch all ready, but I'll commit and deploy it all tomorrow -- I need sleep first. ;)
Comment #2
dwwComment #3
dwwCommitted to HEAD and deployed to the test site.