Ticket #19609 (new enhancement)

Opened 5 months ago

Last modified 5 months ago

Show the 'Mine' filter on the manage posts screen for all users

Reported by: johnbillion 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

19609.patch Download (1.6 KB) - added by linuxologos 5 months ago.

Change History

  • Keywords has-patch added

It sounds like a useful enhancement.

19609.patch Download 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.

Note: See TracTickets for help on using tickets.