Merge branch 'DDC-1414'
This commit is contained in:
commit
f54cdf625e
1 changed files with 1 additions and 0 deletions
|
@ -871,6 +871,7 @@ class UnitOfWork implements PropertyChangedListener
|
|||
$targetClass = $this->em->getClassMetadata($assoc['targetEntity']);
|
||||
if ( ! $calc->hasClass($targetClass->name)) {
|
||||
$calc->addClass($targetClass);
|
||||
$newNodes[] = $targetClass;
|
||||
}
|
||||
$calc->addDependency($targetClass, $class);
|
||||
// If the target class has mapped subclasses,
|
||||
|
|
Loading…
Add table
Reference in a new issue