Commit b080238d authored by Rafael Monnerat's avatar Rafael Monnerat

erp5_core: on ActivityTool_getMessageList do not strip date

parent 4c42f95e
......@@ -5,7 +5,7 @@ for k, v in ensure_list(kw.items()):
kw["path"] = v
elif k == "uid_activity":
kw["uid"] = v
elif k in ('method_id', 'processing_node', 'retry'):
elif k in ('method_id', 'processing_node', 'retry', 'date'):
continue
del kw[k]
......
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