Commit 34e4ada5 authored by Vincent Pelletier's avatar Vincent Pelletier

ImplicitItemMovementModule_viewImplicitItemMovementList: Do not sort by title by default.

Sorting in a module is terrible for performance as soon as there is more
than a trivial amount of documents in that module.
parent ef9fe5da
......@@ -17,7 +17,6 @@
<string>editable_columns</string>
<string>portal_types</string>
<string>selection_name</string>
<string>sort</string>
<string>title</string>
</list>
</value>
......@@ -198,17 +197,6 @@
<key> <string>selection_name</string> </key>
<value> <string>implicit_item_movement_module_selection</string> </value>
</item>
<item>
<key> <string>sort</string> </key>
<value>
<list>
<tuple>
<string>title</string>
<string>title</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
......
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