Posted by phd_hiren on July 3, 2009 at 4:42am
Jump to:
| Project: | Drupal.org webmasters |
| Component: | Broken link |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
On the Drupal release page http://drupal.org/drupal-6.13
Under the "Bug reports" heading couple of links leads to "Unable to find project: 3060" error with all project issue list.
The links
http://drupal.org/project/issues?projects=3060&categories=bug&states=8 and
http://drupal.org/project/issues?projects=3060&categories=bug&states=1
should be
http://drupal.org/project/issues?projects=Drupal&categories=bug&states=8 and
http://drupal.org/project/issues?projects=Drupal&categories=bug&states=1
respectively.
I guess now it is using views, when moved to Drupal-6. These links are of earlier formats. Marking that as critical as it is on main Drupal release page.
Comments
#1
The right links were:
http://drupal.org/project/issues/search/drupal?categories%5B%5D=bug&stat... and
http://drupal.org/project/issues/search/drupal?categories%5B%5D=bug&stat...
See the project is in the URL, the categories is an array and the states became status (and also an array). Fixed in the post, thanks for the report.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.