Commit c3e23917 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix 2159

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2160 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 1c876254
......@@ -120,7 +120,8 @@ class ClientOperationHandler(BaseClientAndStorageOperationHandler):
to_append_list = error_oid_list
else:
try:
storeObject(uuid, tid, current_serial, oid, None,
self.app.tm.register(uuid, tid)
storeObject(tid, current_serial, oid, None,
None, None, undone_value_serial)
except ConflictError:
to_append_list = conflict_oid_list
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment