Commit 96663ae0 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_base: Move script Event_send to erp5_core because it can raise exceptions...

erp5_base: Move script Event_send to erp5_core because it can raise exceptions if sendMessage method is called, for example by alarms.

Also, proxy role as Manager was removed, because this script does nothing.
parent 9b81de97
1062 1063
\ No newline at end of file \ No newline at end of file
...@@ -60,14 +60,6 @@ pass\n ...@@ -60,14 +60,6 @@ pass\n
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>from_url=None, to_url=None, reply_url=None, subject=None, body=None, attachment_format=None, attachment_list=None, download=None, **kw</string> </value> <value> <string>from_url=None, to_url=None, reply_url=None, subject=None, body=None, attachment_format=None, attachment_list=None, download=None, **kw</string> </value>
</item> </item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Event_send</string> </value> <value> <string>Event_send</string> </value>
......
41156 41157
\ No newline at end of file \ No newline at end of file
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