Skip to content
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

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

jorenMartens
Copy link

@jorenMartens jorenMartens commented Nov 7, 2024

Filters weren't applied for oneToOne relations
3.3.x PR -> #11708

Closes #5664
Maybe fixes #6343 (did not test)

@jorenMartens jorenMartens changed the title [DDC-551] fix, add filter support in oneToOne relation [DDC-551] fix, add filter support in oneToOne relation 2.20.x Nov 7, 2024
Copy link
Contributor

github-actions bot commented Feb 6, 2025

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.
If you want to continue working on it, please leave a comment.

@github-actions github-actions bot added the Stale label Feb 6, 2025
@esserj
Copy link

esserj commented Feb 6, 2025

Any chance this can be looked at?
Thanks in advance!

@greg0ire
Copy link
Member

greg0ire commented Feb 6, 2025

The CI has evolved, let's close and reopen to create a new merge commit and see if the new CI still passes.

@greg0ire greg0ire closed this Feb 6, 2025
@greg0ire greg0ire reopened this Feb 6, 2025
@greg0ire greg0ire added the Bug label Feb 6, 2025

$user2 = $this->_em->find(CmsUser::class, $this->userId2);
self::assertEmpty($user2->address);
}
Copy link
Member

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 👍

@github-actions github-actions bot removed the Stale label Feb 7, 2025
@greg0ire greg0ire added this to the 2.20.3 milestone Feb 7, 2025
@greg0ire greg0ire merged commit a67f677 into doctrine:2.20.x Feb 7, 2025
146 of 147 checks passed
@greg0ire
Copy link
Member

greg0ire commented Feb 7, 2025

Thanks @jorenMartens !

@esserj
Copy link

esserj commented Feb 7, 2025

Thanks @greg0ire , really appreciate it!

@esserj esserj mentioned this pull request Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants