Commit 6b88e574 authored by Nicolas Delaby's avatar Nicolas Delaby

Use Base_getPreferredSectionItemList with default values

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40854 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent de2e5715
......@@ -11,8 +11,8 @@
<value>
<list>
<string>description</string>
<string>title</string>
<string>items</string>
<string>title</string>
</list>
</value>
</item>
......@@ -54,6 +54,10 @@
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
......@@ -72,6 +76,10 @@
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
......@@ -91,6 +99,12 @@
<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>
......@@ -113,7 +127,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/Delivery_getDestinationSectionItemList</string> </value>
<value> <string>python:here.Base_getPreferredSectionItemList(base_category=\'destination_section\')</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -127,7 +127,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:here.Base_getPreferredSectionItemList(portal_type=\'Organisation\', validation_state=\'validated\', base_category=\'source_section\')</string> </value>
<value> <string>python:here.Base_getPreferredSectionItemList(base_category=\'source_section\')</string> </value>
</item>
</dictionary>
</pickle>
......
1056
\ No newline at end of file
1059
\ 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