Skip to content
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

Letter Generator BUG: Selecting an Involvement option adds it to a stack when clicking back #870

Closed
ramankala opened this issue Mar 7, 2023 · 1 comment · Fixed by #882
Assignees
Labels

Comments

@ramankala
Copy link
Member

Overview

When selecting any option on the Involvement Page, going forward and back, then deselecting that option in favour for another, repeating the flow of going forward and back creates a bug such that going back redirects users to the previously selected options.

Example

For this example, 'Parenting' was selected, although this works with any of the options. Click Next.
image

Click Back.
image

Deselect 'Parenting' and select any other option, 'Recovery' was selected for example. Click Next.
image

Click Back.
image

Page redirects user to 'Parenting' page instead of the Involvement Page.
image

NOTE: Repeating this process by deselecting 'Recovery' and selecting another option, then going through the flow of going back, the page redirects users through all previously selected options in the stack.

Click Next.
image
Click Back.
image
Click Back.
image
Click Back.
image

Clicking Back cycles through the stack before reaching the Involvement Page.

Action Items

  • Clicking back should redirect users to /#/./form/involvement.
@jamiesiu
Copy link
Member

jamiesiu commented Mar 8, 2023

@sydneywalcoff this is the bug that was mentioned today at All-Team's

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging a pull request may close this issue.

3 participants