-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CPT: Display notice after post actions succeed or fail #6104
Comments
Hmm, it may be possible to use React's |
I think for now it should mimic whatever happens for Blog Posts and Pages. If we iterate, we should iterate across all of these. |
The initial goal of this issue is now satisfied, notably by the following related PRs:
There's some room for improvement here around notice text (including more details about the post) and multiple actions, e.g. #6855 . Additional enhancements should be filed as separate issues. |
Currently, there's no indication of success or failure when trashing a post from the custom post type listing screen. The post simply disappears. We should display a notice to inform the user whether their action succeeded or failed.
The text was updated successfully, but these errors were encountered: