Commit f4866bde authored by Łukasz Nowak's avatar Łukasz Nowak

- allow to start from confirmed and to deliver from started

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22374 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ca430268
...@@ -41,6 +41,8 @@ ...@@ -41,6 +41,8 @@
<string>cancel_action</string> <string>cancel_action</string>
<string>set_ready</string> <string>set_ready</string>
<string>set_ready_action</string> <string>set_ready_action</string>
<string>start</string>
<string>start_action</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -37,6 +37,8 @@ ...@@ -37,6 +37,8 @@
<key> <string>transitions</string> </key> <key> <string>transitions</string> </key>
<value> <value>
<tuple> <tuple>
<string>deliver</string>
<string>deliver_action</string>
<string>stop</string> <string>stop</string>
<string>stop_action</string> <string>stop_action</string>
</tuple> </tuple>
......
341 342
\ 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