mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-2617: OneToMany annotation should not work with MappedSuperclass #3285
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 (Aug 18, 2013).
Jira issue originally created by user johnbenz:
Using annotations in my model mapped to "mapped superclass" I can use one to many relations et every bidirectional relation I want.
Using yaml or xml it suddenly doesn't work and throw me an error. Annotations should work the same way and should not authorize one to many or any bidirectional relation.
@doctrinebot commented on GitHub (Sep 8, 2013):
Comment created by @beberlei:
Its actually the other way around, yml and xml need to allow this, because it works with association overrides.
@doctrinebot commented on GitHub (Sep 8, 2013):
Comment created by @beberlei:
Assigning Fabio