Commit 2eea9b52 authored by Rafael Monnerat's avatar Rafael Monnerat

Fix 'order_by' is not an valid API

parent 85763b98
......@@ -61,7 +61,7 @@ if category_personal is not None:\n
portal_type=\'Computer\', \n
validation_state=\'validated\', \n
modification_date=(DateTime() - 30).strftime(\'<=%Y/%m/%d\'), \n
order_by=((\'modification_date\', "ASC"), ), \n
sort_on=((\'modification_date\', "ASC"), ), \n
default_allocation_scope_uid=category_personal.getUid(), \n
left_join_list=[\'aggregate_related_uid\'], \n
aggregate_related_uid=None,\n
......@@ -84,4 +84,4 @@ context.activate(after_tag=tag).getId()\n
</dictionary>
</pickle>
</record>
</ZopeData>
</ZopeData>
\ 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