Commit 4aaf3ecf authored by Fabien Morin's avatar Fabien Morin

this field should be a listfield. (it has been changed to...

this field should be a listfield. (it has been changed to relation_string_field due to a proxify error)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27505 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 241fdf54
...@@ -90,12 +90,12 @@ ...@@ -90,12 +90,12 @@
<value> <value>
<list> <list>
<string>your_section_category</string> <string>your_section_category</string>
<string>your_resource</string>
<string>your_mirror_section</string> <string>your_mirror_section</string>
<string>your_from_date</string> <string>your_from_date</string>
<string>your_at_date</string> <string>your_at_date</string>
<string>your_format</string> <string>your_format</string>
<string>your_portal_skin</string> <string>your_portal_skin</string>
<string>your_resource</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -13,8 +13,9 @@ ...@@ -13,8 +13,9 @@
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list>
<string>description</string>
<string>items</string> <string>items</string>
<string>required</string> <string>title</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -56,6 +57,10 @@ ...@@ -56,6 +57,10 @@
<key> <string>tales</string> </key> <key> <string>tales</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -74,6 +79,10 @@ ...@@ -74,6 +79,10 @@
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
...@@ -81,13 +90,17 @@ ...@@ -81,13 +90,17 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>The Service used.</string> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_resource_title</string> </value> <value> <string>my_list_field</string> </value>
</item> </item>
<item> <item>
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
<value> <string>PaySheetTransaction_viewFieldLibrary</string> </value> <value> <string>Base_viewFieldLibrary</string> </value>
</item> </item>
<item> <item>
<key> <string>items</string> </key> <key> <string>items</string> </key>
...@@ -95,14 +108,14 @@ ...@@ -95,14 +108,14 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>required</string> </key>
<value> <int>1</int> </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>
<key> <string>title</string> </key>
<value> <string>Service</string> </value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
......
463 465
\ 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