Skip to content

Commit

Permalink
EPAD8-1266 allow sorting by last published date
Browse files Browse the repository at this point in the history
  • Loading branch information
azinck committed Nov 7, 2022
1 parent 2c9e926 commit c9ae569
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions services/drupal/config/sync/views.view.dynamic_event_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -842,21 +842,20 @@ display:
field_identifier: field_daterange_value
exposed: true
granularity: second
status:
id: status
table: node_field_data
field: status
field_last_published_value:
id: field_last_published_value
table: node__field_last_published
field: field_last_published_value
relationship: none
group_type: group
admin_label: ''
entity_type: node
entity_field: status
plugin_id: standard
plugin_id: datetime
order: ASC
expose:
label: 'Publication Date'
field_identifier: status
field_identifier: field_last_published_value
exposed: true
granularity: second
title:
id: title
table: node_field_data
Expand Down

0 comments on commit c9ae569

Please sign in to comment.