Commit 72690c28 authored by Yusei Tahara's avatar Yusei Tahara

2007-09-05 Yusei

* Added proxy role(Manager) to Assignment_updateUserSecurityGroup(assignment_workflow)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16090 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 633f5b2d
...@@ -113,7 +113,9 @@ if person_security_script is not None:\n ...@@ -113,7 +113,9 @@ if person_security_script is not None:\n
<item> <item>
<key> <string>_proxy_roles</string> </key> <key> <string>_proxy_roles</string> </key>
<value> <value>
<tuple/> <tuple>
<string>Manager</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
...@@ -167,6 +169,10 @@ if person_security_script is not None:\n ...@@ -167,6 +169,10 @@ if person_security_script is not None:\n
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Assignment_updateUserSecurityGroup</string> </value> <value> <string>Assignment_updateUserSecurityGroup</string> </value>
</item> </item>
<item>
<key> <string>title</string> </key>
<value> <string>This script use Proxy Role(Manager)</string> </value>
</item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
<value> <value>
......
2007-09-05 Yusei
* Added proxy role(Manager) to Assignment_updateUserSecurityGroup(assignment_workflow)
2007-08-29 Yusei 2007-08-29 Yusei
* Added new view action for module. * Added new view action for module.
......
177 184
\ No newline at end of file \ 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