Commit 169711ad authored by Yusei Tahara's avatar Yusei Tahara

ERP5Site: Disable order support.

It is easy to see contents ordered by id by default in ERP5Site.
parent 6ee6475f
Pipeline #28136 failed with stage
in 0 seconds
......@@ -307,6 +307,8 @@ class ERP5Site(ResponseHeaderGenerator, FolderMixIn, PortalObjectBase, CacheCook
# installed, and scalability tests want a reliable way to know when the site
# is ready to be tortured.
isPortalBeingCreated = ConstantGetter('isPortalBeingCreated', value=False)
# Disable order support, it is easy to see contents ordered by id by default.
has_order_support = 0
_properties = (
{ 'id':'title',
......
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