Commit ff1872ef authored by Fabien Morin's avatar Fabien Morin

change also listbox field to use the good variable name

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22790 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4e050a01
...@@ -94,8 +94,8 @@ ...@@ -94,8 +94,8 @@
<string>listbox_function</string> <string>listbox_function</string>
<string>listbox_id_card_number</string> <string>listbox_id_card_number</string>
<string>listbox_title</string> <string>listbox_title</string>
<string>listbox_default_birthplace_city</string>
<string>listbox_start_date</string> <string>listbox_start_date</string>
<string>listbox_default_birthplace_address_city</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -3,18 +3,15 @@ ...@@ -3,18 +3,15 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="StringField" module="Products.Formulator.StandardFields"/>
<string>Products.Formulator.StandardFields</string> <tuple/>
<string>StringField</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>listbox_default_birthplace_city</string> </value> <value> <string>listbox_default_birthplace_address_city</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -243,7 +240,7 @@ ...@@ -243,7 +240,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>listbox_default_birthplace_city</string> </value> <value> <string>listbox_default_birthplace_address_city</string> </value>
</item> </item>
<item> <item>
<key> <string>truncate</string> </key> <key> <string>truncate</string> </key>
......
807 808
\ 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