You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have framework.validation.auto_mapping set to an empty array (default), yet AddAutoMappingConfigurationPass always reaches.
doctrine.orm.default_entity_manager.validator_loader is the first ID found, which seems to explain why a random UniqueEnitty validation is triggering on our side. Which is the bug im bumping into :)
How to reproduce
unqiqe contraint on the entity without auto_mapping, then validate it (using sf/form in our case).