mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Embedded mapping cannot be overridden #5268
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 @GrandLTU on GitHub (Sep 21, 2016).
When adding properties of embedded class to AttributeOverrides mapping fails.
When adding overrides to the same class as where embeddable is added:
When adding overrides to class which extends class where embeddable is added:
@Padam87 commented on GitHub (Oct 12, 2016):
Is this a bug, or a missing feature? There really should be a way to modify embeddables on a per-case basis.