Commit 84b88646 authored by Jérome Perrin's avatar Jérome Perrin

event_workflow:

Add draft -> cancel transition
Add outgoint -> posted transition

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23164 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 23134808
...@@ -39,6 +39,8 @@ ...@@ -39,6 +39,8 @@
<tuple> <tuple>
<string>assign</string> <string>assign</string>
<string>assign_action</string> <string>assign_action</string>
<string>cancel</string>
<string>cancel_action</string>
<string>delete</string> <string>delete</string>
<string>delete_action</string> <string>delete_action</string>
<string>plan</string> <string>plan</string>
......
...@@ -41,6 +41,8 @@ ...@@ -41,6 +41,8 @@
<string>delete_action</string> <string>delete_action</string>
<string>order</string> <string>order</string>
<string>order_action</string> <string>order_action</string>
<string>start</string>
<string>start_action</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
293 294
\ 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