Closed (fixed)
Project:
Drupal.org site moderators
Component:
Broken link
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2009 at 04:42 UTC
Updated:
17 Jul 2009 at 12:20 UTC
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
Comment #1
gábor hojtsyThe 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.