Skip to content

Fixed exception in later_than and earlier_than validators

Johannes Zumthurm requested to merge fixed_validator_exception into master

Created by: cburchert

later_than and earlier_than threw exceptions if the referenced value was missing. This was not prevented by required flags, as the validators were executed anyway. Also this masked all other messages with the exception making it hard to detect the problem for users.

Merge request reports

Loading