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
User feedback - when returning to a claim, users are returned to page 1, rather than the page they left. Details are saved, but users comment that they would rather return to the page they left.
The text was updated successfully, but these errors were encountered:
This implementation is super simple and adds two key pieces of functionality: 1) saves the current step so that I can take the user directly to it, and 2) adds a working back button.
The only difference in my implementation is that I call the update function explicitly within the "show" step page rather than using a before_action callback.
User feedback - when returning to a claim, users are returned to page 1, rather than the page they left. Details are saved, but users comment that they would rather return to the page they left.
The text was updated successfully, but these errors were encountered: