Skip to content

Commit

Permalink
VACMS-15559 Fix recent changes View to sort by revision id, not time.
Browse files Browse the repository at this point in the history
  • Loading branch information
swirtSJW committed Feb 2, 2024
1 parent d752a2d commit 38c80ed
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions config/sync/views.view.right_sidebar_latest_revision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,22 +312,21 @@ display:
options: { }
empty: { }
sorts:
revision_timestamp:
id: revision_timestamp
table: node_revision
field: revision_timestamp
vid:
id: vid
table: node_field_revision
field: vid
relationship: none
group_type: group
admin_label: ''
entity_type: node
entity_field: revision_timestamp
plugin_id: date
entity_field: vid
plugin_id: standard
order: DESC
expose:
label: ''
field_identifier: revision_timestamp
field_identifier: ''
exposed: false
granularity: second
arguments:
nid:
id: nid
Expand All @@ -348,7 +347,6 @@ display:
title: ''
default_argument_type: node
default_argument_options: { }
default_argument_skip_url: false
summary_options:
base_path: ''
count: true
Expand Down

0 comments on commit 38c80ed

Please sign in to comment.