Opened 12 years ago
Closed 8 years ago
#22968 closed enhancement (duplicate)
No way to view_others_posts without being forced to have edit_others_posts enabled
Reported by: | archon810 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.5 |
Component: | Role/Capability | Keywords: | needs-patch dev-feedback |
Focuses: | Cc: |
Description
I'm using the Roles plugin to tweak default roles, and I'm looking to add the capability for Authors to read unpublished posts (drafts by other users, so that they can give feedback before they're published).
Unfortunately, it seems that while there's an edit_others_posts perm, there's no equivalent read_others_posts, so doing this is impossible unless you enable editing as well (that's not something I want to do). Read_private_posts doesn't do the trick either, in case you were going to suggest trying it.
The right solution, IMO, is to introduce read_others_posts (and same for pages).
Thank you.
Change History (6)
#4
@
12 years ago
@nacin That's exactly right. Users can't view others' drafts without giving them the ability to edit them. Those perms need to be split up.
There are read perms and edit perms, and the sets don't match up. I think that needs to be rectified.
There is no admin concept of only being able to "view" a post in the admin. So I'm not really sure what we would do here.
Are you trying to expose the "Preview" action link on edit.php?