Skip to content
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

Fix: Hotwire submissions add and delete flow #3925

Merged
merged 1 commit into from
Jul 10, 2023

Commits on Jul 7, 2023

  1. Fix: Hotwire submissions add and delete flow

    Because:
    * The add button was not displaying again after deleting your submission.
    
    This commit:
    * Breaks the add submission button out into its own partial so it can be rendered within turbo streams.
    * Adds a destroy turbo stream response to remove the submissions and display the add button.
    * Add a couple of expectations to ensure this cannot regress in the future.
    KevinMulhern committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    7938a35 View commit details
    Browse the repository at this point in the history