Commit 4ad1cf69 authored by Vincent Pelletier's avatar Vincent Pelletier

Only allow cancel & cancel_action transition from started state.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13498 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b5660d03
...@@ -40,8 +40,6 @@ ...@@ -40,8 +40,6 @@
<key> <string>transitions</string> </key> <key> <string>transitions</string> </key>
<value> <value>
<tuple> <tuple>
<string>cancel</string>
<string>cancel_action</string>
<string>confirm</string> <string>confirm</string>
<string>confirm_action</string> <string>confirm_action</string>
<string>delete</string> <string>delete</string>
......
...@@ -40,6 +40,8 @@ ...@@ -40,6 +40,8 @@
<key> <string>transitions</string> </key> <key> <string>transitions</string> </key>
<value> <value>
<tuple> <tuple>
<string>cancel</string>
<string>cancel_action</string>
<string>stop</string> <string>stop</string>
<string>stop_action</string> <string>stop_action</string>
</tuple> </tuple>
......
216 217
\ 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