SuffolkLITLab / docassemble-EFSPIntegration

EFSP (Electronic Filing Service Provider) functionality, using ECF v4.0
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/efiling/overview
MIT License
1 stars 1 forks source link

Incorrect Validation error in contact methods #180

Open BryceStevenWilley opened 1 year ago

BryceStevenWilley commented 1 year ago

https://github.com/SuffolkLITLab/docassemble-EFSPIntegration/blob/35f97787ba59933a912fd800668a8d91bc2e42b9/docassemble/EFSPIntegration/data/questions/efiling_integration.yml#L30

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:

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.