Closed (duplicate)
Project:
Content Access
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2012 at 14:08 UTC
Updated:
24 Jun 2013 at 15:48 UTC
I have a role with the 'Administer content' permission that has the permission to view, edit en delete any content type.
However as soon as i enable the Content Access module user with that role can't view unpublished content anymore.
When they try to access an unpublished page it gives them an access denied message.
Comments
Comment #1
dpearcefl commentedSame problem here. No answer in almost a year?
Comment #2
dpearcefl commentedStill happens in the dev release dated 2013-Jan-22
Comment #3
etron770 commentedCan you access as normal admin?
there is also a problem with viewing the own content for user but there is a unsafe workaround:
http://mbharris.co.uk/content/access-control-module-prevents-view-users-...
Comment #4
dpearcefl commentedYes, user ID 1 can see unpublished content.
Comment #5
etron770 commentedMaybe it changed in between, without the workaround the user was not able to find the content in my installation. But the user was able to see and change the content by direct path f.e
../node/18/edit
and
../node/18/
Comment #6
dpearcefl commentedThat does work oddly enough, the nodes just don't show in the content list.
Comment #7
etron770 commentedIf you use this view:
http://drupal.org/node/351342
and this work around
http://mbharris.co.uk/content/access-control-module-prevents-view-users-...
you will see the unpublished content
Comment #8
wickwood commentedI believe this issue is a duplicate of https://drupal.org/node/1225520
Also, there is patch provided in comment 5 of that issue that I believe properly solves this problem.