Commit 9b479177 authored by Aurel's avatar Aurel

allow to call cancel method from any transition

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24898 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a6de4c55
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
<key> <string>transitions</string> </key> <key> <string>transitions</string> </key>
<value> <value>
<tuple> <tuple>
<string>cancel</string>
<string>deliver</string> <string>deliver</string>
<string>deliver_action</string> <string>deliver_action</string>
<string>reject</string> <string>reject</string>
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
<key> <string>transitions</string> </key> <key> <string>transitions</string> </key>
<value> <value>
<tuple> <tuple>
<string>cancel</string>
<string>order</string> <string>order</string>
<string>order_action</string> <string>order_action</string>
<string>reject</string> <string>reject</string>
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
<tuple> <tuple>
<string>accept</string> <string>accept</string>
<string>accept_action</string> <string>accept_action</string>
<string>cancel</string>
<string>refuse_action</string> <string>refuse_action</string>
<string>reject</string> <string>reject</string>
</tuple> </tuple>
......
413 414
\ 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