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

Fix _unchecked falsey value on check your answers page #1333

Merged

Conversation

BenSurgisonGDS
Copy link
Contributor

@BenSurgisonGDS BenSurgisonGDS commented May 20, 2022

This PR resolves issue: #1215

Changes:

  • Remove all occurrences of "_unchecked" within a checkbox value array
  • Create unit tests to test the above
  • Add additional unit tests to test the rest of the auto store functionality.

Copy link
Member

@lfdebrux lfdebrux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing work!! Especially appreciate the test 👍

@BenSurgisonGDS BenSurgisonGDS merged commit 37ace8f into main May 23, 2022
@BenSurgisonGDS BenSurgisonGDS deleted the fix-_unchecked-falsey-value-on-check-your-answers-page branch May 23, 2022 14:42
@joelanman
Copy link
Contributor

@BenSurgisonGDS nice work, did we agree to fix the front end code too, so it never adds multiple _unchecked? If we still want to do that shall I raise a new issue?

@joelanman
Copy link
Contributor

also this needs a Changelog entry and release notes

@lfdebrux
Copy link
Member

@BenSurgisonGDS nice work, did we agree to fix the front end code too, so it never adds multiple _unchecked? If we still want to do that shall I raise a new issue?

@joelanman we were unable to find a bug in our frontend code. Suspect the issue may be in browser. No harm in raising another issue, but I'd suggest it would be low priority.

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

Successfully merging this pull request may close these issues.

_unchecked falsey value displays on check your answers page
3 participants