Closed joesaunderson closed 7 months ago
@mcg-web @Vincz can I get a review on this please? 🙏
Hi @joesaunderson! Good catch. Don't think is a BC either. Anyway, that was clearly not intended. Thanks!
Hi @joesaunderson! Good catch. Don't think is a BC either. Anyway, that was clearly not intended.
Thanks!
Thanks @Vincz. Do you know if this issue is intended too? Happy to raise another PR to fix if not.
We were overriding the
property
variable with theproperty
from thelink
... this meant that the property (of an input or argument) had to match the property of the linked validation too.This fixes that, allowing them to be separate, meaning you can have a property named
foo
and link it to a validation namedbar
.Not sure if this is a breaking change... as technically the bug prevented people from having different properties -> entity properties, so there shouldn't be any skew anyway.