Problem/Motivation
I need this module in a Drupal 9 installation, but it's no compatible. Require allow D9 in the .info.yml and fix a minor problem in the widget.
Steps to reproduce
Try to install in a composer drive D9.
Proposed resolution
Add core_version_requirement: ^8 || ^9 in .info.yml and add static to public function validateIbanElement($element, FormStateInterface $form_state) {. With this changes the module work ok with Drupal 9.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | drupal-9-3168932-5.patch | 766 bytes | bonrita |
| #3 | drupal-9-3168932-3.patch | 1.38 KB | tobiberlin |
| #2 | 3168932-2.patch | 948 bytes | psf_ |
Issue fork iban_field-3168932
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
psf_ commentedThe patch.
I have this module working in D9 with these changes.
Comment #3
tobiberlinJust adding a patch which includes the webform submodule
Comment #4
frontmobeI have the patch in #3 installed and can confirm it works as expected.
Comment #5
bonrita commentedAll the above patches never worked for my scenario.
Comment #8
oostie