Skip to content

[DDC-551] fix, add filter support in oneToOne relation 2.20.x#11707

Merged
greg0ire merged 1 commit intodoctrine:2.20.xfrom
jorenMartens:2.20.x
Feb 7, 2025
Merged

[DDC-551] fix, add filter support in oneToOne relation 2.20.x#11707
greg0ire merged 1 commit intodoctrine:2.20.xfrom
jorenMartens:2.20.x

Conversation

@jorenMartens
Copy link
Copy Markdown
Contributor

@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
@github-actions
Copy link
Copy Markdown
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
Copy Markdown

esserj commented Feb 6, 2025

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

@greg0ire
Copy link
Copy Markdown
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
Copy Markdown
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
74 checks passed
@greg0ire
Copy link
Copy Markdown
Member

greg0ire commented Feb 7, 2025

Thanks @jorenMartens !

@esserj
Copy link
Copy Markdown

esserj commented Feb 7, 2025

Thanks @greg0ire , really appreciate it!

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