-
Notifications
You must be signed in to change notification settings - Fork 476
Closed
Description
So I have two frames as follows:
<turbo-frame id="navigation">
<form action="/contents/10" data-remote="true" method="post" data-turbo-frame="content-10">
<input type="hidden" name="_method" value="delete">
<input type="submit" value="Remove">
</form>
</turbo-frame>
<turbo-frame id="content-10">
Contents
</turbo-frame>When pressing the Remove button, two requests are sent: POST and GET. The first POST returns a turbo frame with the contents I would like the second frame to include, and the second request tries to load contents of an already deleted object which predictably fails, redirecting me to an error page.
Metadata
Metadata
Assignees
Labels
No labels