Commit 7857984a authored by Yusei Tahara's avatar Yusei Tahara

2008-06-09 yusei

* Added Event_send proxy role (Manager).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21425 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b207f967
......@@ -173,6 +173,14 @@ if download:\n
<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>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
......
2008-06-09 yusei
* Added Event_send proxy role (Manager).
2008-06-06 yusei
* In Event_send, invoke transition only when portal type is available (it means crm portal types are installed).
......
259
\ No newline at end of file
260
\ 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