[DDC-2645] Apply patch to fix issue
This commit is contained in:
parent
aa5df1dbac
commit
a5b7069fd7
1 changed files with 2 additions and 0 deletions
|
@ -1735,6 +1735,8 @@ class UnitOfWork implements PropertyChangedListener
|
||||||
$associatedId = $this->getEntityIdentifier($idValue);
|
$associatedId = $this->getEntityIdentifier($idValue);
|
||||||
|
|
||||||
$flatId[$idField] = $associatedId[$targetClassMetadata->identifier[0]];
|
$flatId[$idField] = $associatedId[$targetClassMetadata->identifier[0]];
|
||||||
|
} else {
|
||||||
|
$flatId[$idField] = $idValue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue