Commit b8af5a20 authored by Nicolas Delaby's avatar Nicolas Delaby

Define more user friendly Label for this field

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41951 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f77425cc
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list>
<string>title</string>
<string>items</string>
<string>enabled</string> <string>enabled</string>
<string>items</string>
<string>title</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -85,6 +85,10 @@ ...@@ -85,6 +85,10 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_multi_list_field</string> </value> <value> <string>my_multi_list_field</string> </value>
...@@ -93,13 +97,19 @@ ...@@ -93,13 +97,19 @@
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value> <value> <string>Base_viewFieldLibrary</string> </value>
</item> </item>
<item>
<key> <string>items</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Required Item Type List</string> </value> <value> <string>Required Item Types</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
545 546
\ 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