Commit d7778925 authored by Yusei Tahara's avatar Yusei Tahara

2008-08-07 yusei

* Added proxy role to NotificationTool_getDocumentValue, otherwise Anonymous use can't use notification message.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22930 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 968ecd15
......@@ -150,6 +150,14 @@ return notification_message\n
<key> <string>_params</string> </key>
<value> <string>reference, language=None, validation_state=None, **kw</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Assignor</string>
</tuple>
</value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
......
2008-08-07 yusei
* Added proxy role to NotificationTool_getDocumentValue, otherwise Anonymous use can't use notification message.
2008-08-05 yusei
* Remove subject field from NotificationMessage_view. It was useless.
......
404
\ No newline at end of file
405
\ 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