Skip to content

Commit

Permalink
Merge pull request #296 from itk-dev/feature/LOOP-1197-image-selection
Browse files Browse the repository at this point in the history
LOOP-1197: Changed sort to ensure that the newly created image is alw…
  • Loading branch information
rimi-itk authored Apr 28, 2022
2 parents 5f0c2c4 + c59f27a commit d6e2826
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion config/sync/views.view.media_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,23 @@ display:
empty: true
content: 'No media available.'
tokenize: false
sorts: { }
sorts:
created:
id: created
table: media_field_data
field: created
relationship: none
group_type: group
admin_label: ''
entity_type: media
entity_field: created
plugin_id: date
order: DESC
expose:
label: ''
field_identifier: ''
exposed: false
granularity: second
filters:
combine:
id: combine
Expand Down

0 comments on commit d6e2826

Please sign in to comment.