mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-3579: Allow override of inversedBy #4399
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Feb 20, 2015).
Jira issue originally created by user z38:
If an entity inherits a many-to-many relationship it is sometimes desirable to be allowed to override
inversedBy. This way bi-directional relationships can exist without code duplication. For examples, check out this and this Stackoverflow question.The proposed pull-request implements this feature. I'm open to any comments and suggestions. Please just let me know if this feature is opposed to any concepts/practices, I'm not sure whether the feature is needed by anyone else.
@Majkl578 commented on GitHub (Sep 11, 2017):
This is fixed by #1308 and should land in 2.6.