Closed egillax closed 1 month ago
In a function I use in externalValidate to check if settings from model or validationDesign are the same I'm using != to compare two lists which of course doesn't work
externalValidate
!=
Fixed in latest release.
In a function I use in
externalValidate
to check if settings from model or validationDesign are the same I'm using!=
to compare two lists which of course doesn't work