Opened 11 years ago
Last modified 6 years ago
#27253 assigned enhancement
Enhancement Request: direct link to Drafts under Posts and Pages on the sidebar
Reported by: | imanilea | Owned by: | chriscct7 |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.8.1 |
Component: | Posts, Post Types | Keywords: | has-ux-feedback needs-patch |
Focuses: | administration | Cc: |
Description (last modified by )
It would be awesome if there were a link under posts and pages to get directly to Drafts. So, for example the sidebar would have:
Pages All Pages Drafts Add New
Attachments (2)
Change History (21)
#1
@
11 years ago
- Component changed from Toolbar to Administration
- Focuses administration added
- Keywords ux-feedback added
#2
@
11 years ago
- Component changed from Administration to Posts, Post Types
- Description modified (diff)
- Type changed from feature request to enhancement
This ticket was mentioned in Slack in #design by karmatosed. View the logs.
8 years ago
#5
@
8 years ago
This might be an interesting addition, but I'd argue that it might be more useful for "Posts" than for "Pages".
#6
@
8 years ago
In the design meeting on Slack today we discussed this and Custom Post Types came up. I think it could be interesting to allow developers to decide whether to show drafts in the menu or not. The issue with this is that it adds another variable to them, but it's worth considering as some will and some won't make sense to have drafts.
Another point raised that I agree with, is that pages probably makes less sense than posts to have drafts.
I really like the option above and think it does provide value. Anyone interested in iterating on a patch?
#7
@
8 years ago
- Keywords has-patch added
- Milestone changed from Awaiting Review to 4.7
27253.diff implements a Drafts link and show_drafts_in_menu
argument for register_post_type()
, disabled by default. The patch only enables it for posts.
#8
@
8 years ago
I am not sure about a register_post_type()
arg - it feels overly presumptive about post statuses in tandem with other post types. Seems reasonable enough for posts-posts, though.
#9
@
8 years ago
Thinking about this in the context of custom post statuses, I wonder if register_post_type
should include a show_status_in_menu
argument that takes an array of statuses and is empty by default. If a status is passed in, it adds a menu link for the status.
This ticket was mentioned in Slack in #core by helen. View the logs.
8 years ago
This ticket was mentioned in Slack in #core by chriscct7. View the logs.
8 years ago
#13
@
8 years ago
I tend to follow @jorbin on this in terms of having statuses register themselves as a menu item with an array default empty for each post type. It would be a lot more flexible for post statuses in the future.
#15
@
8 years ago
- Milestone changed from Future Release to 4.7
- Owner set to chriscct7
- Status changed from new to assigned
Patching it per discussion
Editing drafts is a (more) frequent event for many content creators than creating new posts/pages. Adding the Drafts link so it's more quickly accessible would be great.
Additionally, it'd be great to have a link to Drafts in the admin bar shown on top when you're logged in, either next to the +New drop-down or as another item in the +New drop-down menu, so it becomes:
+New | Drafts
OR
+New
---Post
---Drafts
---Media
---Link
---Page
---User