Skip to content

This merge will enable negative value validations to succeed when zero is the minimum applied

Marco Hermo requested to merge bugfix-numeric-field-extension into master

empty() is true for zero value which is not applicable for numeric values, instead use is_numeric.

Merge request reports