Skip to content

Swap assignment of data and validation for Patch

Chris Lemaire requested to merge quickfix-patch-validation-order into development

Some Validation steps might want to use the data that is actually checked. For this, the data must be assigned before the validation step is called.

Merge request reports