Commit 4b54f1c7 authored by Aurel's avatar Aurel

allow to cancel document from draft and empty states

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22961 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 772680a5
......@@ -37,6 +37,8 @@
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>cancel</string>
<string>cancel_action</string>
<string>confirm</string>
<string>confirm_action</string>
<string>delete</string>
......
......@@ -37,6 +37,8 @@
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>cancel</string>
<string>cancel_action</string>
<string>confirm</string>
<string>confirm_action</string>
<string>delete</string>
......
......@@ -43,6 +43,8 @@
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>cancel</string>
<string>cancel_action</string>
<string>delete</string>
<string>delete_action</string>
<string>draft</string>
......
625
\ No newline at end of file
626
\ 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