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

Incorrect Validation error in contact methods #180

Open
BryceStevenWilley opened this issue Dec 1, 2022 · 0 comments
Open

Incorrect Validation error in contact methods #180

BryceStevenWilley opened this issue Dec 1, 2022 · 0 comments

Comments

@BryceStevenWilley
Copy link
Contributor

contact_fields_with_defaults(proxy_conn, users[0], logged_in_user_is_admin, can_check_efile)

If triggering this screen from a review screen, even though there are pieces of info in several of the fields, selecting "Next / Continue" will cause a "You need to provide at least one contact method." error at the top of the screen.

Several things are strange about this:

  • there's already info in there: why is it failing to validate?
  • why is the error at the top of the screen? It should be under the other contact method box.

It seems to be happening because if users[0].is_form_filler, then it should be getting the email from a code block, and thus not triggering the question at all, but DA still wants to. Definitely need more insight into DA internals to figure this one out.

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

No branches or pull requests

1 participant