View Own Unpublished

Component ID

2477373

Component name

View Own Unpublished

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

View Own Unpublished

Note: I created this module for a project in which I needed this, but probably I won't need it again so I hope there is someone who can take over maintenance. The code is pretty trivial though, it should keep working as long as the Drupal permissions API doesn't change.

This module makes sure that users who have 'View own unpublished content'
permission from the node module can see their own unpublished content in
listings and views. They should already be able to do that, but it doesn't always
work if modules such as content_access or acl are enabled, as they change
the default grants. See also https://www.drupal.org/node/1190096 and https://www.drupal.org/node/1225520

Common issues

If for some reason this module seems not to work, try rebuilding your node
permissions: admin/reports/status/rebuild. Note that this can take significant
time on larger installs and it is HIGHLY recommended that you back up your site first.