Skip to content

Commit

Permalink
Enabled delete action confirmation for files view.
Browse files Browse the repository at this point in the history
  • Loading branch information
joegl committed Oct 25, 2024
1 parent 16a4a8b commit 41e9b95
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,12 @@ display:
clear_on_exposed: true
force_selection_info: false
selected_actions:
2:
-
action_id: views_bulk_operations_delete_entity
preconfiguration:
add_confirmation: true
label_override: 'Delete File'
message_override: ''
fid:
id: fid
table: file_managed
Expand Down Expand Up @@ -531,6 +533,7 @@ display:
type: mini
options:
offset: 0
pagination_heading_level: h4
items_per_page: 50
total_pages: 0
id: 0
Expand All @@ -545,7 +548,6 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down Expand Up @@ -1067,6 +1069,7 @@ display:
type: mini
options:
offset: 0
pagination_heading_level: h4
items_per_page: 10
total_pages: 0
id: 0
Expand All @@ -1081,7 +1084,6 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
empty: { }
arguments:
fid:
Expand Down

0 comments on commit 41e9b95

Please sign in to comment.