#5579 completely removing a changeset when cleaning up
This commit is contained in:
parent
1bf8465f43
commit
496c22db0e
@ -3124,7 +3124,7 @@ class UnitOfWork implements PropertyChangedListener
|
|||||||
*/
|
*/
|
||||||
public function clearEntityChangeSet($oid)
|
public function clearEntityChangeSet($oid)
|
||||||
{
|
{
|
||||||
$this->entityChangeSets[$oid] = [];
|
unset($this->entityChangeSets[$oid]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* PropertyChangedListener implementation */
|
/* PropertyChangedListener implementation */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user