Commit caa3ffe8 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix a forgotten call to Connection.notify providing it a msg_id. Use Connection.answer.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1053 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent dde50609
......@@ -160,4 +160,4 @@ class Application(object):
conn.notify(p)
return
p = protocol.answerPartitionList(self.ptid, row_list)
conn.notify(p, msg_id)
conn.answer(p, msg_id)
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