Problem/Motivation

Our primary use for this module is to validate the format of a VAT number.
Validation against the EU external VIES database is not specifically needed.
It would be good if this validation could be made optional.

Proposed resolution

Add a setting to the form widget to allow configuring if validation should be performed or not.

Issue fork vat_number-3380951

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

svendecabooter created an issue. See original summary.

svendecabooter’s picture

Status: Active » Needs review
svendecabooter’s picture

StatusFileSize
new2.52 KB

Adding MR as patch file as well, for composer-based patching workflows.

matdemeue’s picture

Assigned: Unassigned » matdemeue

I am at DrupalCon Lille and will give this one a try.

matdemeue’s picture

Assigned: matdemeue » Unassigned
Status: Needs review » Reviewed & tested by the community

I reviewed the MR by checking the coding and testing the added feature.
Tested before and after applying the MR.
Everything works as described.

tim-diels’s picture

Status: Reviewed & tested by the community » Needs work

Having a configuration option should also have the correct config schema. So setting back to needs work.

tim-diels’s picture

Status: Needs work » Fixed

Added the schema and committed.

Status: Fixed » Closed (fixed)

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