-
-
Notifications
You must be signed in to change notification settings - Fork 536
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
[5.x] Show "after saving" actions when revisions are enabled #9357
[5.x] Show "after saving" actions when revisions are enabled #9357
Conversation
I get why you added the dropdown to both buttons but it just seems like an odd pattern. @jackmcdade ? Especially when you choose an option on one button, the other button shows the old selection's icon. |
Yeah, I don't love it being on both buttons either but figured you might want to go either way. Happy to tweak it though. |
I think we should add the dropdown to the publish form (so it acts like the blue save & publish button when not using revisions) and just make the save button stay on the page. Closing to stay organized. If you want to reopen, please target v5. |
…ons-when-using-revisions # Conflicts: # resources/js/components/entries/PublishForm.vue
We just want the save options on the "Publish" button.
# Conflicts: # resources/js/components/entries/PublishForm.vue
This pull request adds the "after saving" actions which are missing when editing entries in a collection with revisions enabled.
I've added the "after saving" actions to both the save & publish buttons:
Fixes #6025.