mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-2611: [GH-756] Make yaml/xml configuration for "AttributeOverride" and "AssociationOverride" more discoverable #3277
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 13, 2013).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of peterjmit:
Url: https://github.com/doctrine/doctrine2/pull/756
Message:
I was trying to find out how to configure
AttributeOverridein yaml for one of my entities and all paths led me to the Override Field Association Mappings In Subclasses tutorial.It was a lot harder to find anything for xml/yaml. This pull request adds a link to the Overrides section of the inheritance mapping reference which provides the needed examples.
Alternatively yaml/xml examples could be provided in the tutorial but I am not familiar enough with sphinx/the docs to make those changes
@doctrinebot commented on GitHub (Aug 13, 2013):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-756] was closed:
https://github.com/doctrine/doctrine2/pull/756
@doctrinebot commented on GitHub (Dec 24, 2014):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-756] was assigned:
https://github.com/doctrine/dbal/pull/756
@doctrinebot commented on GitHub (Dec 26, 2014):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-756] was closed:
https://github.com/doctrine/dbal/pull/756
@beberlei commented on GitHub (Dec 5, 2020):
#756 is merged