Commit 1fba1fb6 authored by Georgios Dagkakis's avatar Georgios Dagkakis

erp5_simulation: remove default sort from listbox of portal_simulation

this 'relative_url | ascending' sort can lead to killer queries and it is of no use
parent bca53113
...@@ -627,12 +627,7 @@ ...@@ -627,12 +627,7 @@
<item> <item>
<key> <string>sort</string> </key> <key> <string>sort</string> </key>
<value> <value>
<list> <list/>
<tuple>
<string>relative_url</string>
<string>ascending</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
......
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