Hi All,
This is more a post to get confirmation on some behavior I just tested.
I have 2 entities in a TargetPerEntity relationship, lets call them: SuperEntity and SubEntity and want to use validation via Dependency Injection.
If I create a Validator for EntityType SubEntity and for SuperEntity, only the SubEntityValidator is ran. Is this correct?
If this is the case, then I would need to have the SubEntityValidator being inherited from the SuperEntityValidator. Correct?
Thanks!
Gab