Commit 25b02e38 authored by Vincent Pelletier's avatar Vincent Pelletier

Make client's undo compatible with old and new ZODB tests.

old = 3.4.4 (Zope 2.8.x)
new = 3.10.0b5 (ZODB svn trunk)

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2341 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 1e286b9e
......@@ -974,7 +974,7 @@ class Application(object):
'transaction', oid)
undo_serial = None
self._store(oid, current_serial, data, undo_serial)
return tid, oid_list
return tid, []
def _insertMetadata(self, txn_info, extension):
for k, v in loads(extension).items():
......
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