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 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>items</string>
<string>enabled</string>
<string>items</string>
<string>title</string>
</list>
</value>
</item>
......@@ -85,6 +85,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_multi_list_field</string> </value>
......@@ -93,13 +97,19 @@
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>items</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Required Item Type List</string> </value>
<value> <string>Required Item Types</string> </value>
</item>
</dictionary>
</value>
......
545
\ No newline at end of file
546
\ 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