Commit c12d2247 authored by Jérome Perrin's avatar Jérome Perrin

restore 'select first item' that I removed by mistake, and add it also for qty unit.

fix resource test in listbox columns as well

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41341 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0a61138d
......@@ -97,7 +97,7 @@
</tuple>
<tuple>
<string>resource_relative_url</string>
<string>Ressource</string>
<string>Product or Service</string>
</tuple>
<tuple>
<string>variation_category_list</string>
......
......@@ -9,7 +9,9 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>first_item</string>
</list>
</value>
</item>
<item>
......@@ -73,6 +75,10 @@
<key> <string>field_id</string> </key>
<value> <string>my_dialog_mode_listbox_quantity_unit</string> </value>
</item>
<item>
<key> <string>first_item</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Base_viewTradeFieldLibrary</string> </value>
......
......@@ -9,7 +9,9 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>first_item</string>
</list>
</value>
</item>
<item>
......@@ -73,6 +75,10 @@
<key> <string>field_id</string> </key>
<value> <string>my_view_mode_listbox_resource_relative_url</string> </value>
</item>
<item>
<key> <string>first_item</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Base_viewTradeFieldLibrary</string> </value>
......
1081
\ No newline at end of file
1084
\ 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