You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2024. It is now read-only.
When I submit a form and use redirect_to instead of refresh_or_redirect_to the screen is replaced but the pull-to-refresh stops working. I was expecting that the "navigation to the same screen" was able to handle that.
defupdateif@contact.update(contact_params)redirect_to@contact,notice: "Contact was successfully updated."elserender:edit,status: :unprocessable_entityendend
When I submit a form and use
redirect_toinstead ofrefresh_or_redirect_tothe screen is replaced but the pull-to-refresh stops working. I was expecting that the "navigation to the same screen" was able to handle that.Simulator.Screen.Recording.-.iPhone.15.-.2023-10-20.at.12.41.35.mp4