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

Issue fork iban_field-3168932

Command icon 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

psf_ created an issue. See original summary.

psf_’s picture

Assigned: psf_ » Unassigned
Status: Active » Needs review
StatusFileSize
new948 bytes

The patch.

I have this module working in D9 with these changes.

tobiberlin’s picture

StatusFileSize
new1.38 KB

Just adding a patch which includes the webform submodule

frontmobe’s picture

I have the patch in #3 installed and can confirm it works as expected.

bonrita’s picture

StatusFileSize
new766 bytes

All the above patches never worked for my scenario.

alorenc made their first commit to this issue’s fork.

oostie’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.