Problem/Motivation
Sub modules need to also specify the core_version_requirement so that Drupal's TestBot can resolve dependencies.
@see https://www.drupal.org/pift-ci-job/1729466
Proposed resolution
Add core_version_requirement to sub modules and tag a new release.
Remaining tasks
- Write patch
- Commit path
- New release
User interface changes
N/A
API changes
N/A
Data model changes
N/A
Release notes snippet
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | clientside_validation_3153179-2.patch | 1.18 KB | jrockowitz |
Comments
Comment #2
jrockowitz commentedComment #4
nikunjkotechaThanks for reporting the issue and providing the patch :)
Comment #5
jrockowitz commented@nikunjkotecha Thanks for committing the patch so fast.
If you want to be my hero and when you have time. I think if tag a new release all the Webform module's automated tests will suddenly start running in Drupal 9.
Comment #6
nikunjkotechaDone :)
Found one issue though, will try to fix tonight - https://www.drupal.org/pift-ci-job/1731451
Not sure if it will impact automated tests of webform but if it does, you can expect a fix soon.
Comment #7
nikunjkotechahttps://www.drupal.org/project/clientside_validation/releases/3.0.0-rc4 onwards tests should pass
Comment #8
jrockowitz commentedThanks!