-
Notifications
You must be signed in to change notification settings - Fork 0
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
Saving input from return requirements in session #939
Conversation
During the initial development of the return requirements pages, user input was not being saved in session. Later tickets and pages have this functionality in place. The session data is needed for the Check Your Answers page at the end of the journey. This PR is focused on saving user input into the session where it is missing.
…b.com/DEFRA/water-abstraction-system into return-requirements-saving-to-session
… the submitted payload
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hadn't realised that we'd made changes to Site Description to support replaying invalid entries in this PR.
That being the case, if we are making the changes we should look to copy the pattern we used for abstraction period. Shout if that is not clear and we can quickly pair and get this change completed!
I added it in a couple days ago but I have now changed it to copy the new pattern created! |
…k for Object keys is not needed
…b.com/DEFRA/water-abstraction-system into return-requirements-saving-to-session
https://eaflood.atlassian.net/browse/WATER-4384
During the initial development of the return requirements pages, user input was not being saved in session. Later tickets and pages have this functionality in place. The session data is needed for the Check Your Answers page at the end of the journey.
This PR is focused on saving user input into the session where it is missing.