-
Notifications
You must be signed in to change notification settings - Fork 19
Disable HTML5 form validation by default #503 #820
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
Conversation
Discussion: localgovdrupal/localgov_core#267 (comment) and before.
Am I correct that it's failing to install disable_html5_validation because it requires D10, but states |
@millnut So we won't be able to get the tests to pass for D10? |
Passing to @millnut to try to get the tests running for D10 at least! |
@finnlewis @ekes I've temporarily disabled the This error/issue will go away once the other modules have D11 support, and we can then declare the profile as working with D11 |
I've updated the workflow so it only tests against D10 for now. We'll need to revert this once the profile can declare D11 support. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dropping testing against 11.x till we want to test it seems fine to me.
MR itself is simple enough and agreed.
Ah! And I can't approve this because I created the original MR!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks folks, let's get this in,
Discussion:
localgovdrupal/localgov_core#267 (comment) and before.