fix sync exception

This commit is contained in:
zadam 2023-08-31 00:14:35 +02:00
parent 6f7fbacca1
commit 886ee0dbcb

View File

@ -40,6 +40,8 @@ function updateNormalEntity(remoteEC, remoteEntityRow, instanceId) {
// on this side, we can't unerase the entity, so force the entity to be erased on the other side.
entityChangesService.putEntityChangeForOtherInstances(localEC);
return false;
} else if (localEC?.isErased && remoteEC.isErased) {
return false;
}