Drupal 7: unpublished pages not showing on content list
When a page is unpublished it is not showing on the content list.
I unpublished this page: https://linguistics-s.asc.ohio-state.edu/unpublish-test2-eva
I don't see it on the content list. Even if I filter by unpublished content. https://linguistics-s.asc.ohio-state.edu/admin/content
I think this is happening on all the Drupal 7 sites. I tested it on linguistics and example.
Comments:
- it looks like the view_unpublished module just works out of the box now.
We need to get a feature set up to get the permissions set up on all of the sites without breaking other features. (Dustin Perzanowski - Mar 17, 2015)
- Who should have permissions to view unpublished content?
I'm thinking it should be Site admins, Content Editors, and Content Managers. (Dustin Perzanowski - Mar 17, 2015)
- Yes, those three audiences. (Eva Dale - Mar 17, 2015)
- Created test page on aaas.osu.edu called sean-test-page-unpublish. Unpublished page but still able to see in content list, though this is expected since I have permissions. Looking at what config settings need to be set on module in order to create feature... (Sean Quigley - Feb 3, 2017)
- The permission that needs to be modified is Node: Bypass content access control. This is initially turned off for ALL users. Need feature to turn on for Admins and Content Mgrs. (Sean Quigley - Feb 6, 2017)
- Have created a feature that exports the correct permissions for the three roles. Writing update script for module... (Sean Quigley - Feb 6, 2017)
- Attempt to enable feature on another site resulted in following conflict:
(Sean Quigley - Feb 6, 2017)
- Have tested locally and the feature seams to be working correctly (setting correct bypass for the three roles). Need to test on dev branch. (Sean Quigley - Feb 6, 2017)
- Pushed code to a branch on origin and acquia remotes. Deployed Acquia DEV to branch but received notice from user of stats that site was down. Redeployed back to Master. (Sean Quigley - Feb 7, 2017)
- Enabled module (feature) on dev.wgss.osu.edu. @wallace638 and I tested using admin, content manager, content editor and anonymous accounts. The ability to view unpublished content worked for three authenticated roles, but not anonymous. (Sean Quigley - Feb 7, 2017)
- @evadale - All unpublished content is viewable by admin, CM and CE roles, regardless of author. Is this okay? If so, I will enable on all sites on dev, test, then deploy to prod. (Sean Quigley - Feb 7, 2017)