sorting by date-and-time in activities view

Also removed date format thing from hook_update_n as not needed
This commit is contained in:
Naomi
2020-06-05 18:41:46 +01:00
parent 18a0846348
commit be45fd2d42
2 changed files with 15 additions and 22 deletions

View File

@ -384,7 +384,21 @@ display:
entity_type: oc_activity
plugin_id: entity_link
filters: { }
sorts: { }
sorts:
activity_date_time:
id: activity_date_time
table: oc_activity_field_data
field: activity_date_time
relationship: none
group_type: group
admin_label: ''
order: DESC
exposed: false
expose:
label: ''
entity_type: oc_activity
entity_field: activity_date_time
plugin_id: standard
title: 'Activity List'
header: { }
footer: { }