Skip to content

Fix a bug in field validation methods

Andreas Ellewsen requested to merge bugfix/bad-akronym into master

The max_length method did not check against the max_len value provided. This has been rectified.

In addition, we now return None for fields that can be skipped if the value for that field is not good enough.

Merge request reports

Loading