Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[DoctrineBridge] FixUniqueEntityValidator
with proxy object#57188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[DoctrineBridge] FixUniqueEntityValidator
with proxy object#57188
Uh oh!
There was an error while loading.Please reload this page.
Conversation
add9ceb
to028dbbb
Compare028dbbb
to99f279b
CompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks for looking into it 👍
LGTM
src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Thank you@HypeMC. |
a2890a6
intosymfony:7.1Uh oh!
There was an error while loading.Please reload this page.
Before#38662,
$fieldValue = $class->reflFields[$fieldName]->getValue($entity);
was used to get the value of a property, so it makes sense to keep using it when the object is an entity.