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

Required note prevents page from advancing but does not appear in list of errors #143

Open
kennsippell opened this issue Oct 4, 2021 · 1 comment
Assignees

Comments

@kennsippell
Copy link
Member

This form has a required note field.

It fails to advance to the next page.

  1. Does CHT do that in production or is this a parity difference caused by missing widgets in harness?
  2. If the page fails to advance, there should be a descriptive error
Error encountered while filling form: [
  {
    "type": "general",
    "msg": "Failed to advance to next page"
  }
]
{ errors:
   [ { type: 'general', msg: 'Failed to advance to next page' } ],
  section: 'general',
  additionalDocs: [] }
@derickl
Copy link
Member

derickl commented Nov 14, 2022

This is now flagged by cht-conf since version 3.5

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

2 participants