Hello,
Just the author of the node can see the node if it is unpublished.
I wish I could allow a role to modify or republish the node.
Permissions settings (admin/people/permissions) :
View Unpublished:
'view any unpublished content' - checked
'node: View any unpublished content' - checkedOverride node options:
'Override node published option.' - checkedNode:
'Administer content' - checked
'Access the content overview page' - checked
'View published content' - checked
'View own unpublished content' - checked
'node: Create new content' - checked
'node: Edit own content' - checked
'node: Edit any content' - checked
'node: Delete own content' - checked
'node: Delete any content' - checked
What i need to do more ?
Thank you.
Comments
Comment #1
Geijutsuka commentedConfirm if someone can see the node itself at its URL, because the unpublished node won't show for anyone but its author in the content overview page.
#1192074: Respect View_Unpublished permissions on the Content overview page
There's another module that controls which roles can publish and unpublish content called Publish Content.
It seems somewhat silly that these are two separate modules, but there you have it. Just yesterday I had to install both these modules on one of my sites because I want my editors to control content publishing without having to give them free reign of all content types.
Comment #2
steveoriolI confirm, that the node can be seen by the roles which have the options checked.
but the node is not in the node list: 'admin/content'.
And the problem is here, because, if you do not know the node's URL, you can not edit it or republish it.
PS : I tested module 'Publish Content', but it is not better, the unpublished node is still not display in the content admin page if you are not the author, even if you can edit it and republish it if you know the node's URL...
Comment #3
Geijutsuka commentedCorrect, the Publish Content module doesn't control viewing the node (it's weird to me it doesn't have that feature), but it helps with allowing users to unpublish and publish content.
Like I said, it's strange these are two separate modules... and it's really a bug that this module doesn't allow viewing the nodes on admin/content (i.e. content overview page).
I'd weigh in on the issue I mentioned before: #1192074: Respect View_Unpublished permissions on the Content overview page
I'm marking this feature request as a duplicate of that.