Commit 4b4c2f95 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* Allow Manager to invoke validation_workflow's actions.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36806 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8041c6ed
...@@ -73,6 +73,7 @@ ...@@ -73,6 +73,7 @@
<tuple> <tuple>
<string>Assignee</string> <string>Assignee</string>
<string>Assignor</string> <string>Assignor</string>
<string>Manager</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -71,8 +71,9 @@ ...@@ -71,8 +71,9 @@
<key> <string>roles</string> </key> <key> <string>roles</string> </key>
<value> <value>
<tuple> <tuple>
<string>Assignor</string>
<string>Assignee</string> <string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -71,8 +71,9 @@ ...@@ -71,8 +71,9 @@
<key> <string>roles</string> </key> <key> <string>roles</string> </key>
<value> <value>
<tuple> <tuple>
<string>Assignor</string>
<string>Assignee</string> <string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
2010-07-02 Kazuhiko
* Allow Manager to invoke validation_workflow's actions.
2010-06-21 nicolas.dumazet 2010-06-21 nicolas.dumazet
* Add Resource_getAssetPrice to compute asset prices. * Add Resource_getAssetPrice to compute asset prices.
......
Copyright (c) 2001-2007 Nexedi SA Copyright (c) 2001-2010 Nexedi SA
\ No newline at end of file \ No newline at end of file
1620 1621
\ 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