Commit 9bf20c0c authored by Aurel's avatar Aurel

oid was missing


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@199 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent c9f48c3a
......@@ -345,7 +345,7 @@ class OperationEventHandler(StorageEventHandler):
app = self.app
history_list = app.dm.getObjectHistory(oid, first, last - first)
conn.addPacket(Packet().answerObjectHistory(packet.getId(),
conn.addPacket(Packet().answerObjectHistory(packet.getId(), oid
history_list))
def handleAskStoreTransaction(self, conn, packet, tid, user, desc,
......
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