Commit 0a6c1d62 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_crm: Don't use sort_on on searchAndActivity

  The order_by was already ignored, and it is not required to sort the results, and there is no meaning of process in a sorted order. 
parent 543744a9
...@@ -61,7 +61,6 @@ if category_personal is not None:\n ...@@ -61,7 +61,6 @@ if category_personal is not None:\n
portal_type=\'Computer\', \n portal_type=\'Computer\', \n
validation_state=\'validated\', \n validation_state=\'validated\', \n
modification_date=(DateTime() - 30).strftime(\'<=%Y/%m/%d\'), \n modification_date=(DateTime() - 30).strftime(\'<=%Y/%m/%d\'), \n
sort_on=((\'modification_date\', "ASC"), ), \n
default_allocation_scope_uid=category_personal.getUid(), \n default_allocation_scope_uid=category_personal.getUid(), \n
left_join_list=[\'aggregate_related_uid\'], \n left_join_list=[\'aggregate_related_uid\'], \n
aggregate_related_uid=None,\n aggregate_related_uid=None,\n
......
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