DDC-1414 - Missing push to $newNodes
This commit is contained in:
parent
84dbb08502
commit
cb21f3c5ff
@ -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…
x
Reference in New Issue
Block a user