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

202409 bulkmoderation lp 209 #482

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"drupal/structure_sync": "^2.0",
"drupal/ultimate_cron": "^2.0@alpha",
"drupal/upgrade_status": "^4.0",
"drupal/views_bulk_operations": "^4.2",
"drupal/webform": "^6.2",
"drupal/webform_xlsx_export": "^1.3",
"drupal/whatlinkshere": "^2.1",
Expand Down Expand Up @@ -211,6 +212,9 @@
},
"drupal/honeypot": {
"honeypot clientside": "https://www.drupal.org/files/issues/2024-08-16/clientside_time_limit_2_1_4.patch"
},
"drupal/core": {
"dynamic transitions": "https://git.drupalcode.org/project/drupal/-/merge_requests/8775.patch"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a link to the Drupal issue so it's easier to track if the patch is updated or merged.

}
},
"drupal-scaffold": {
Expand Down
68 changes: 67 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions config/default/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ module:
ultimate_cron: 0
update: 0
user: 0
views_bulk_operations: 0
views_ui: 0
viewsreference: 0
webform: 0
Expand Down
98 changes: 87 additions & 11 deletions config/default/views.view.content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ langcode: en
status: true
dependencies:
module:
- content_moderation
- node
- user
- views_bulk_operations
_core:
default_config_hash: vBKWYGGDoAX-tFd1JErB8tZLSxx3lJ0foouVsgpcbB4
id: content
Expand All @@ -23,16 +25,15 @@ display:
display_options:
title: Content
fields:
node_bulk_form:
id: node_bulk_form
table: node
field: node_bulk_form
views_bulk_operations_bulk_form:
id: views_bulk_operations_bulk_form
table: views
field: views_bulk_operations_bulk_form
relationship: none
group_type: group
admin_label: ''
entity_type: node
plugin_id: node_bulk_form
label: ''
plugin_id: views_bulk_operations_bulk_form
label: 'Views bulk operations'
exclude: false
alter:
alter_text: false
Expand Down Expand Up @@ -65,19 +66,31 @@ display:
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: false
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
batch: true
batch_size: 10
form_step: true
ajax_loader: false
buttons: false
action_title: Action
include_exclude: include
clear_on_exposed: true
force_selection_info: false
selected_actions:
- node_save_action
- pathauto_update_alias_node
-
action_id: 'moderation_state_change:node'
preconfiguration:
add_confirmation: false
-
action_id: 'entity:save_action:node'
preconfiguration:
add_confirmation: false
title:
id: title
table: node_field_data
Expand Down Expand Up @@ -315,6 +328,69 @@ display:
format: custom
format_custom_false: Unpublished
format_custom_true: Published
moderation_state:
id: moderation_state
table: node_field_data
field: moderation_state
relationship: none
group_type: group
admin_label: ''
entity_type: node
plugin_id: moderation_state_field
label: 'Moderation state'
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: content_moderation_state
settings: { }
group_column: value
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
changed:
id: changed
table: node_field_data
Expand Down