-
Notifications
You must be signed in to change notification settings - Fork 118
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
Optional persistence of step data on flow back transition #248
base: master
Are you sure you want to change the base?
Conversation
…the flow is transitioned backwards. If persistence on backwards transition is enabled and the current request transition is 'back' then persist the current step data to storage.
Added previous step.
Indented to match file formatting.
Updated comment to actually match what it does.
Updated comment to match others.
Please see gif recording of this PR in action: |
Hi, |
Added setter and is methods for persistOnBackTransition.
@Filoz Thanks for the suggestion. I have added those methods :) |
Actually don't need to set the form data as it is just getting the form name.
@craue Does this look ok? :) |
@craue Been nearly 6 months now. Is this git abandoned? |
Please, can we have this pull request? |
Still, there are no tests covering this functionality, so I cannot merge it yet. |
Added optional class property and logic for step data persistence if the flow is transitioned backwards. If persistence on backwards transition is enabled and the current request transition is 'back' then persist the current step data to storage.