Stricter detection of the NOTIFY policy.
This commit is contained in:
parent
d86c2f6709
commit
a05003016b
@ -453,7 +453,7 @@ class UnitOfWork implements PropertyChangedListener
|
||||
// Entity is "fully" MANAGED: it was already fully persisted before
|
||||
// and we have a copy of the original data
|
||||
$originalData = $this->originalEntityData[$oid];
|
||||
$isChangeTrackingNotify = isset($this->entityChangeSets[$oid]);
|
||||
$isChangeTrackingNotify = $class->isChangeTrackingNotify();
|
||||
$changeSet = $isChangeTrackingNotify ? $this->entityChangeSets[$oid] : array();
|
||||
|
||||
foreach ($actualData as $propName => $actualValue) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user