Problem/Motivation
Currently, registration settings entity validation is done in form validation handlers, and is thus duplicated in the core Registration module and the Registration Inline Entity Form submodule, and any custom forms provided by custom modules. Moving to a constraint will allow the validation to be centralized in a single function.
Proposed resolution
Move the validation to a constraint and delete the form validation functions.
Issue fork registration-3407624
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 #7
john.oltman commented