Commit 42965cc2 authored by Jérome Perrin's avatar Jérome Perrin

Add some roles (Assignee, Assignor & Associate) on actions to solve...

Add some roles (Assignee, Assignor & Associate) on actions to solve divergence. This is mostly to prevent Auditor for having this action.
(also update copyright year)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25603 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 416f736d
......@@ -73,6 +73,16 @@
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>roles</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Associate</string>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -73,6 +73,16 @@
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>roles</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Associate</string>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
......
Copyright (c) 2001-2007 Nexedi SA
\ No newline at end of file
Copyright (c) 2001-2009 Nexedi SA
\ No newline at end of file
519
\ No newline at end of file
522
\ 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