alchemy_cms
alchemy_cms copied to clipboard
Add turbo frame support to dialog
What is this pull request for?
Handle Turbo related events to support turbo_frame_tag
s
in Dialogs. Follows redirects after successful form submission,
if we use do_redirect_to
which is called by render_errors_or_redirect
.
Checklist
- [x] I have followed Pull Request guidelines
- [x] I have added a detailed description into each commit message
- [ ] I have added tests to cover this change