DDC-1414 - Missing push to $newNodes
This commit is contained in:
parent
84dbb08502
commit
cb21f3c5ff
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