Commit f5ee234c authored by Aurel's avatar Aurel

retrive uid with all method id

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13240 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 00b27274
......@@ -450,7 +450,7 @@ class SQLDict(RAMDict):
'Could not validate %s on %s' % (m.method_id , path))
if len(result):
uid_list = activity_tool.SQLDict_readUidList(path = path, method_id = method_id,
uid_list = activity_tool.SQLDict_readUidList(path = path, method_id = None,
processing_node = None,)
activity_tool.SQLDict_delMessage(uid = [x.uid for x in uid_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