server/sources/native.py
changeset 10206 0ecd61f4bd37
parent 10203 1443fe643a38
child 10208 249126034c0e
--- a/server/sources/native.py	Thu Jan 15 19:17:32 2015 +0100
+++ b/server/sources/native.py	Fri Jan 16 10:56:30 2015 +0100
@@ -1151,6 +1151,7 @@
                         err(cnx._("can't restore entity %(eid)s of type %(eschema)s, "
                                       "target of %(rtype)s (eid %(value)s) does not exist any longer")
                             % locals())
+                        changes[column] = None
             elif eschema.destination(rtype) in ('Bytes', 'Password'):
                 changes[column] = self._binary(value)
                 edited[rtype] = Binary(value)