Commit ac3103af authored by Fabien Morin's avatar Fabien Morin

2008-09-25 fabien

* modify some selection_name on listbox to be unique and avoid conflic
* modify some permission to assignee on draft state of egov_universal_workflow. Now it's allowed to add, delete and modify portal content .

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23820 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d94d9445
......@@ -231,7 +231,7 @@
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>egov_workflow_selection</string> </value>
<value> <string>egov_annonymous_workflow_history_selection</string> </value>
</item>
<item>
<key> <string>target</string> </key>
......
......@@ -226,7 +226,7 @@
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>egov_workflow_selection</string> </value>
<value> <string>egov_workflow_history_selection</string> </value>
</item>
<item>
<key> <string>target</string> </key>
......
......@@ -74,6 +74,7 @@
<key> <string>Add portal content</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
......@@ -84,6 +85,7 @@
<key> <string>Delete objects</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
......@@ -94,6 +96,7 @@
<key> <string>Modify portal content</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
......
2008-09-25 fabien
* modify some selection_name on listbox to be unique and avoid conflic
* modify some permission to assignee on draft state of egov_universal_workflow. Now it's allowed to add, delete and modify portal content .
2008-09-23 fabien
* remove standardSecurity extension. The name was in conflict with an Extension in erp5_core. Move it in safi_egov bt and rename it in ERP5EGov_Security.
......
362
\ No newline at end of file
364
\ 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