Problem/Motivation
The following error is thrown when submitting the form of an entity with a custom field containing a Number (float) field with the minimum and/or maximum values set to 0.
Symfony\Component\Validator\Exception\MissingOptionsException: Either option "min", "minPropertyPath", "max" or "maxPropertyPath" must be given for constraint "Symfony\Component\Validator\Constraints\Range".
Issue fork custom_field-3614832
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
dieterholvoet commentedComment #6
apmsooner commentedMerged. Thanks!
Comment #8
apmsooner commented