-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
ERROR Invalid Adapter: undefined on form validation #602
Comments
@IreneAchola If you install cht-conf 3.19 or earlier does it work? |
@garethbowen yes, it works on 3.19.0 and 3.18.3. Although 3.19.0 gives these errors with test harness.
|
Hi @garethbowen , I am working on this. |
Hi @medic/quality-assurance , this is ready for QA on branch 602. |
Thank you @IreneAchola for the steps to reproduce added in the description, it was very useful and easy to follow ⭐ Test detailsConfig: Default Reproducible on
|
fix(#602): fix errors with validate functions
🎉 This issue has been resolved in version 3.21.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closing as fixed and released. |
@1yuv the issue described in #602 (comment) is still reproducible. Once we run |
@freddieptf , Does it mean there were two different issues in two different versions? |
Not really sure as this could either be a bug here or in the test harness, all i can tell is the test harness errors when we try and run tests. |
@freddieptf I found that the error was addressed in medic/cht-conf-test-harness#243, so updating the test harness fixed the issue. |
Important: This is a public repository. Anyone in the world can see what's posted here. If you are posting screenshots or log files, please carefully examine them for the presence of any kind of protected health information (PHI). Images or logs containing PHI must be posted in fully-redacted form, with no visible PHI.
Describe the bug
Running validate-app-forms or validate-contact-forms causes
ERROR Invalid Adapter: undefined
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The forms are validated without errors
Logs
Environment
Additional context
Only fails with the validate forms modules. Adding --skip-validate flag to cht --url=yoururl command does not produce errors.
cc @1yuv
The text was updated successfully, but these errors were encountered: