Commit 35545b63 authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_interface_post: do not activate from module

As module may not have the same permissions as its sub-documents
parent c65b92da
......@@ -3,7 +3,7 @@
# internet_message_post_module because we need an object supporting
# the activate method
context.getPortalObject().internet_message_post_module.activate(
context.activate(
activity='SQLQueue',
conflict_retry=False,
max_retry=0,
......
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