Ticket #19609 (new enhancement)
Show the 'Mine' filter on the manage posts screen for all users
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Authors and Contributors get a handy filter on the manage posts screen called 'Mine' which shows just that user's posts. It's also the default view for those user roles.
Editors and Admins don't see this filter at all. It'd be nice if it was available, even if it's not the default view like it is for Authors and Contributors.
If no-one else wants to then I'll look at doing a patch after the holidays.
Attachments
Change History
comment:1
linuxologos — 5 months ago
- Keywords has-patch added
It sounds like a useful enhancement.
19609.patch is an initial effort. It allows user_posts_count to get a value and pushes $post_type_object->cap->edit_others_posts to be checked a bit later, in order to maintain the "All" filter as the default one for Editors/Admins.
Then we should consider, if the "All" filter should be displayed first in the row on the manage posts screen for Editors/Admins.

