Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: Git Master
-
Fix Version/s: 2.0-RC1
-
Component/s: Mapping Drivers
-
Security Level: All
-
Labels:None
-
Environment:all
Description
Currently $class->isIdentifierComposite value stays "false" if no new identifiers were added on child class..
patch proposal:
around line 270, file: ClassMetadataFactory.php
add line:
$class->isIdentifierComposite = $parent->isIdentifierComposite;
this way if supperclass had composite identifier and child had none identifiers
the result would be as suspected.
Schedule for RC1