It looks like the view at node/%node/release does not display unpublished nodes even if the user has access to edit them. This functionality existed in the D6 version and is commonly used by the security team when security releases are made.

The same problem exists for advisories at https://drupal.org/security/contrib and probably the other advisory urls like https://drupal.org/security/ and https://drupal.org/security/psa

The solution is likely to switch from the "Content: Published" filter to "Content: Published or admin"

Comments

greggles’s picture

Title: Unable to see unpublished releases on view of all a project's releases » Alter views to show unpublished nodes if the user is an admin
Issue summary: View changes
drumm’s picture

Title: Alter views to show unpublished nodes if the user is an admin » Change views to show unpublished nodes if the user is an admin
Parent issue: » #2132659: [META] Problems with Project Release Packaging

Changing the title because "alter" is a loaded word in Drupal.

drumm’s picture

Assigned: Unassigned » drumm
drumm’s picture

drumm’s picture

Status: Active » Fixed

Deployed and I can see unpublished releases at https://drupal.org/node/10083/release.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

greggles’s picture

Status: Closed (fixed) » Active

Thanks for fixing those views.

There's a second set at https://drupal.org/security/contrib and the other advisory urls like https://drupal.org/security/ and https://drupal.org/security/psa

tvn’s picture

Issue tags: +Drupal.org 7.1
drumm’s picture

Status: Active » Closed (fixed)

The SAs are a separate issue. The views do have the "Content: Published or admin" filter. Views uses the taxonomy_index table, which never stores unpublished nodes.