Opened 4 years ago
Closed 4 years ago
#50618 closed feature request (duplicate)
Introduce the ability to restore a trashed post as a draft
Reported by: | johnbillion | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Posts, Post Types | Keywords: | needs-patch |
Focuses: | administration | Cc: |
Description
Given a post in the Trash, it's impossible to determine the previous status of the post. This has an impact when considering whether to restore it.
A situation can occur where a published post gets trashed but needs to subsequently be restored after first making corrections to it. This workflow is not possible because restoring the post will restore it to its previous status, which is published.
Some enhancements that could be made to the Trash listing screen to help:
- Append the previous status to the post title, similar to how the status is shown next to non-published posts on the main post listing screen.
- Introduce a way to restore a trashed post as a draft, regardless of its previous status. A good way to achieve this might be with a
Restore as Draft
link that's shown alongside the existingRestore
link. - After restoring a post, add an
Edit Post
and/orView Post
link to the1 post restored from the Trash
confirmation message so the user can quickly navigate to the editing screen without having to search for the post again.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Related: #23022, #37366