Commit 1a1be5b9 authored by Romain Courteaud's avatar Romain Courteaud

Add missing selection_name.

Do not use searchFoldr but contentValues.
Hide ID columns.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15357 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 64c672b4
......@@ -337,10 +337,6 @@
<key> <string>columns</string> </key>
<value>
<list>
<tuple>
<string>id</string>
<string>ID</string>
</tuple>
<tuple>
<string>price_currency_title</string>
<string>Reference Currency</string>
......@@ -461,6 +457,10 @@
<list/>
</value>
</item>
<item>
<key> <string>page_template</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>portal_types</string> </key>
<value>
......@@ -493,7 +493,7 @@
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string></string> </value>
<value> <string>currency_exchange_line_selection</string> </value>
</item>
<item>
<key> <string>sort</string> </key>
......@@ -547,7 +547,7 @@
<dictionary>
<item>
<key> <string>method_name</string> </key>
<value> <string>searchFolder</string> </value>
<value> <string>contentValues</string> </value>
</item>
</dictionary>
</pickle>
......
132
\ No newline at end of file
133
\ 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