Commit 09830c78 authored by Vincent Pelletier's avatar Vincent Pelletier

Revert r2341: it does not pass 3.4.4 tests

This change was accidentally committed, and turns out to be incorrect
(3.4.4 tests fail).

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2343 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent d9dde4c9
......@@ -974,7 +974,7 @@ class Application(object):
'transaction', oid)
undo_serial = None
self._store(oid, current_serial, data, undo_serial)
return tid, []
return tid, oid_list
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