Commit 4d188a69 authored by Arnaud Fontaine's avatar Arnaud Fontaine

erp5_trade: Fix Business Process trade_phase field.

As there may be several trade_phase which could be set on a Trade Model
Path, all of them should be displayed in ListBox and not only the first
one.
parent 8d5c6f15
......@@ -92,6 +92,7 @@
<value>
<list>
<string>listbox_int_index</string>
<string>listbox_trade_phase_title_list</string>
</list>
</value>
</item>
......
......@@ -95,7 +95,7 @@
<string>Reference</string>
</tuple>
<tuple>
<string>trade_phase_title</string>
<string>trade_phase_title_list</string>
<string>Trade Phase</string>
</tuple>
<tuple>
......@@ -226,7 +226,7 @@
<string>Reference</string>
</tuple>
<tuple>
<string>trade_phase_title</string>
<string>trade_phase_title_list</string>
<string>Trade Phase</string>
</tuple>
<tuple>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>listbox_trade_phase_title_list</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_string_field</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2015-06-12 arnaud.fontaine
* As there may be several trade_phase which could be set on a Trade Model Path, all of them should be displayed in ListBox and not only the first one.
2015-06-12 arnaud.fontaine
* Remove fields which have never been used on TradeModelPath view.
......
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