-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DDC-551] fix, add filter support in oneToOne relation 2.20.x #11707
Conversation
There hasn't been any activity on this pull request in the past 90 days, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days. |
Any chance this can be looked at? |
The CI has evolved, let's close and reopen to create a new merge commit and see if the new CI still passes. |
|
||
$user2 = $this->_em->find(CmsUser::class, $this->userId2); | ||
self::assertEmpty($user2->address); | ||
} |
There 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.
This test fails when I revert the change in src
, so, it is valid 👍
Thanks @jorenMartens ! |
Thanks @greg0ire , really appreciate it! |
Filters weren't applied for oneToOne relations
3.3.x PR -> #11708
Closes #5664
Maybe fixes #6343 (did not test)