Commit 5b2fc4b7 authored by Yoshinori Okuji's avatar Yoshinori Okuji

2010-08-09 yo

* Forgot to deal with specialise which is always required for BPM.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37644 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 74454f0a
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
<string>source_payment</string> <string>source_payment</string>
<string>destination_payment</string> <string>destination_payment</string>
<string>price_currency</string> <string>price_currency</string>
<string>specialise</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
<string>source_payment</string> <string>source_payment</string>
<string>destination_payment</string> <string>destination_payment</string>
<string>price_currency</string> <string>price_currency</string>
<string>specialise</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -140,6 +140,7 @@ ...@@ -140,6 +140,7 @@
<string>price</string> <string>price</string>
<string>price_currency</string> <string>price_currency</string>
<string>efficiency</string> <string>efficiency</string>
<string>specialise</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
<string>source_payment | Source Payment</string> <string>source_payment | Source Payment</string>
<string>source_project | Source Project</string> <string>source_project | Source Project</string>
<string>source_section | Source Section</string> <string>source_section | Source Section</string>
<string>specialise | Trade Condition</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -122,6 +122,7 @@ ...@@ -122,6 +122,7 @@
<string>stop_date</string> <string>stop_date</string>
<string>variation_category_list</string> <string>variation_category_list</string>
<string>variation_property_dict</string> <string>variation_property_dict</string>
<string>specialise</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -75,6 +75,7 @@ ...@@ -75,6 +75,7 @@
<string>source_payment | Source Payment</string> <string>source_payment | Source Payment</string>
<string>source_project | Source Project</string> <string>source_project | Source Project</string>
<string>source_section | Source Section</string> <string>source_section | Source Section</string>
<string>specialise | Trade Condition</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -113,6 +113,7 @@ ...@@ -113,6 +113,7 @@
<string>price</string> <string>price</string>
<string>price_currency</string> <string>price_currency</string>
<string>efficiency</string> <string>efficiency</string>
<string>specialise</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
<string>source_payment | Source Payment</string> <string>source_payment | Source Payment</string>
<string>source_project | Source Project</string> <string>source_project | Source Project</string>
<string>source_section | Source Section</string> <string>source_section | Source Section</string>
<string>specialise | Trade Condition</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -142,6 +142,7 @@ ...@@ -142,6 +142,7 @@
<string>price</string> <string>price</string>
<string>price_currency</string> <string>price_currency</string>
<string>efficiency</string> <string>efficiency</string>
<string>specialise</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -73,6 +73,7 @@ ...@@ -73,6 +73,7 @@
<string>source_payment | Source Payment</string> <string>source_payment | Source Payment</string>
<string>source_project | Source Project</string> <string>source_project | Source Project</string>
<string>source_section | Source Section</string> <string>source_section | Source Section</string>
<string>specialise | Trade Condition</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -148,6 +148,7 @@ ...@@ -148,6 +148,7 @@
<string>source_list</string> <string>source_list</string>
<string>source_payment_list</string> <string>source_payment_list</string>
<string>source_section_list</string> <string>source_section_list</string>
<string>specialise</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
2010-08-09 yo
* Forgot to deal with specialise which is always required for BPM.
2010-08-09 yo 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. * Seemingly, DCWorkflow does not delete possible transitions from states automatically, when transitions are deleted. So it is necessary to set states manually.
......
11 12
\ 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