Commit 7cdac831 authored by Mayoro Diagne's avatar Mayoro Diagne

2010-06-01 mayoro

* add delete transtion from embedded because needed in erp5_egov
* allow owner to delete documents in embedded state

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35873 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7dbc92c9
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
<key> <string>transitions</string> </key> <key> <string>transitions</string> </key>
<value> <value>
<tuple> <tuple>
<string>delete</string>
<string>delete_action</string>
<string>extract</string> <string>extract</string>
</tuple> </tuple>
</value> </value>
......
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
<key> <string>roles</string> </key> <key> <string>roles</string> </key>
<value> <value>
<tuple> <tuple>
<string>Owner</string>
<string>Assignor</string> <string>Assignor</string>
<string>Manager</string> <string>Manager</string>
</tuple> </tuple>
......
2010-06-01 mayoro
* add delete transtion from embedded because needed in erp5_egov
* allow owner to delete documents in embedded state
2010-03-24 nicolas 2010-03-24 nicolas
* Change duration cache of dms_cache_factory to avoid keeping converted values indefinitely. New duration is 6 month. * Change duration cache of dms_cache_factory to avoid keeping converted values indefinitely. New duration is 6 month.
......
1145 1149
\ 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