Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve "Missing Media" views (Open Meeting Mar 2024) #139

Merged
merged 2 commits into from
Apr 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 56 additions & 18 deletions config/sync/views.view.missing_media.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,26 @@ display:
separator: ', '
field_api_classes: false
pager:
type: none
type: full
options:
offset: 0
items_per_page: 50
total_pages: null
id: 0
tags:
next: 'Next ›'
previous: '‹ Previous'
first: '« First'
last: 'Last »'
expose:
items_per_page: false
items_per_page_label: 'Items per page'
items_per_page_options: '5, 10, 25, 50'
items_per_page_options_all: false
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
quantity: 9
exposed_form:
type: basic
options:
Expand Down Expand Up @@ -1102,6 +1119,10 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
pager:
type: none
options:
offset: 0
filters:
islandora_has_media:
id: islandora_has_media
Expand Down Expand Up @@ -1280,7 +1301,6 @@ display:
- cookie
displays:
page_1: page_1
page_9: page_9
default: '0'
page_2: '0'
page_3: '0'
Expand All @@ -1289,8 +1309,12 @@ display:
page_6: '0'
page_7: '0'
page_8: '0'
filename: ''
automatic_download: false
page_9: '0'
filename: missing-extracted-text.csv
automatic_download: true
export_method: batch
export_batch_size: 1000
export_limit: 0
store_in_public_file_directory: null
custom_redirect_path: false
redirect_to_display: none
Expand Down Expand Up @@ -1899,8 +1923,10 @@ display:
page_7: '0'
page_8: '0'
page_9: '0'
filename: ''
automatic_download: false
filename: missing-fits.csv
automatic_download: true
export_method: batch
export_batch_size: 1000
store_in_public_file_directory: null
custom_redirect_path: false
redirect_to_display: none
Expand Down Expand Up @@ -2509,8 +2535,10 @@ display:
page_7: '0'
page_8: '0'
page_9: '0'
filename: ''
automatic_download: false
filename: missing-intermediate.csv
automatic_download: true
export_method: batch
export_batch_size: 1000
store_in_public_file_directory: null
custom_redirect_path: false
redirect_to_display: none
Expand Down Expand Up @@ -3119,8 +3147,10 @@ display:
page_7: '0'
page_8: '0'
page_9: '0'
filename: ''
automatic_download: false
filename: missing-original.csv
automatic_download: true
export_method: batch
export_batch_size: 1000
store_in_public_file_directory: null
custom_redirect_path: false
redirect_to_display: none
Expand Down Expand Up @@ -3729,8 +3759,10 @@ display:
page_7: '0'
page_8: '0'
page_9: '0'
filename: ''
automatic_download: false
filename: missing-preservation-file.csv
automatic_download: true
export_method: batch
export_batch_size: 1000
store_in_public_file_directory: null
custom_redirect_path: false
redirect_to_display: none
Expand Down Expand Up @@ -4339,8 +4371,10 @@ display:
page_7: '0'
page_8: '0'
page_9: '0'
filename: ''
automatic_download: false
filename: missing-service-file.csv
automatic_download: true
export_method: batch
export_batch_size: 1000
store_in_public_file_directory: null
custom_redirect_path: false
redirect_to_display: none
Expand Down Expand Up @@ -4949,8 +4983,10 @@ display:
page_6: '0'
page_8: '0'
page_9: '0'
filename: ''
automatic_download: false
filename: missing-thumbnail-image.csv
automatic_download: true
export_method: batch
export_batch_size: 1000
store_in_public_file_directory: null
custom_redirect_path: false
redirect_to_display: none
Expand Down Expand Up @@ -5559,8 +5595,10 @@ display:
page_6: '0'
page_7: '0'
page_9: '0'
filename: ''
automatic_download: false
filename: missing-transcript.csv
automatic_download: true
export_method: batch
export_batch_size: 1000
store_in_public_file_directory: null
custom_redirect_path: false
redirect_to_display: none
Expand Down
Loading