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 @@ ...@@ -337,10 +337,6 @@
<key> <string>columns</string> </key> <key> <string>columns</string> </key>
<value> <value>
<list> <list>
<tuple>
<string>id</string>
<string>ID</string>
</tuple>
<tuple> <tuple>
<string>price_currency_title</string> <string>price_currency_title</string>
<string>Reference Currency</string> <string>Reference Currency</string>
...@@ -461,6 +457,10 @@ ...@@ -461,6 +457,10 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>page_template</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>portal_types</string> </key> <key> <string>portal_types</string> </key>
<value> <value>
...@@ -493,7 +493,7 @@ ...@@ -493,7 +493,7 @@
</item> </item>
<item> <item>
<key> <string>selection_name</string> </key> <key> <string>selection_name</string> </key>
<value> <string></string> </value> <value> <string>currency_exchange_line_selection</string> </value>
</item> </item>
<item> <item>
<key> <string>sort</string> </key> <key> <string>sort</string> </key>
...@@ -547,7 +547,7 @@ ...@@ -547,7 +547,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>method_name</string> </key> <key> <string>method_name</string> </key>
<value> <string>searchFolder</string> </value> <value> <string>contentValues</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
132 133
\ 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