Commit bf12c005 authored by Gabriel Monnerat's avatar Gabriel Monnerat

Add the same proxy role set on Event_send script, this role is needed to use...

Add the same proxy role set on Event_send script, this role is needed to use the function 'sendMailHostMessage'
This failure was found after check testFunctionalStandaloneUserTutorial results
parent 6e78155b
......@@ -86,6 +86,14 @@ if not event.hasData():\n
<key> <string>_params</string> </key>
<value> <string>event_relative_url, **kw</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Entity_sendEmail</string> </value>
......
1015
\ No newline at end of file
1016
\ 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