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 @@
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>cancel</string>
<string>deliver</string>
<string>deliver_action</string>
<string>reject</string>
......
......@@ -37,6 +37,7 @@
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>cancel</string>
<string>order</string>
<string>order_action</string>
<string>reject</string>
......
......@@ -39,6 +39,7 @@
<tuple>
<string>accept</string>
<string>accept_action</string>
<string>cancel</string>
<string>refuse_action</string>
<string>reject</string>
</tuple>
......
413
\ No newline at end of file
414
\ 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