mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #996] [CLOSED] [DDC-3027] Embedded in MappedSuperclass #9012
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?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/996
Author: @coma
Created: 3/31/2014
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
6e60a19Avoid duplicated mapping using Embedded in MappedSuperclass5d3f931Merge remote-tracking branch 'upstream/master'📊 Changes
2 files changed (+39 additions, -6 deletions)
View changed files
📝
lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(+9 -6)📝
tests/Doctrine/Tests/ORM/Functional/ValueObjectsTest.php(+30 -0)📄 Description
The fields from the MappedSuperclass embedded properties are getting mapped directly into the MappedSuperclass fields causing the error.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.