Commit 74454f0a authored by Yoshinori Okuji's avatar Yoshinori Okuji

2010-08-09 yo

* Seemingly, DCWorkflow does not delete possible transitions from states automatically, when transitions are deleted. So it is necessary to set states manually.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37643 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cde2e584
......@@ -31,14 +31,7 @@
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>auto_plan</string>
<string>cancel</string>
<string>cancel_action</string>
<string>confirm</string>
<string>confirm_action</string>
<string>delete_action</string>
<string>plan</string>
<string>plan_action</string>
</tuple>
</value>
</item>
......
......@@ -31,14 +31,7 @@
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>cancel</string>
<string>cancel_action</string>
<string>set_ready</string>
<string>set_ready_action</string>
<string>start</string>
<string>start_action</string>
<string>stop</string>
<string>stop_action</string>
</tuple>
</value>
</item>
......
......@@ -31,12 +31,7 @@
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>cancel</string>
<string>cancel_action</string>
<string>confirm</string>
<string>confirm_action</string>
<string>delete</string>
<string>delete_action</string>
</tuple>
</value>
</item>
......
......@@ -32,7 +32,6 @@
<value>
<tuple>
<string>deliver</string>
<string>deliver_action</string>
</tuple>
</value>
</item>
......
2010-08-09 yo
* Seemingly, DCWorkflow does not delete possible transitions from states automatically, when transitions are deleted. So it is necessary to set states manually.
2010-08-08 yo
* Fix a mistake when selecting rules.
......
10
\ No newline at end of file
11
\ 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