Skip to content

Commit

Permalink
PE-669 Fix error with 'modify field values' bulk action (#633)
Browse files Browse the repository at this point in the history
* PE-669 Issue with bulk action

* Patch views_bulk_edit to fix the error on required "field_displayed_in" field
  • Loading branch information
kxwang authored Dec 13, 2024
1 parent 534c618 commit 64103a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@
"drupal/group_notifications": {
"3287817 - Automated Drupal 10 compatibility fixes": "https://www.drupal.org/files/issues/2022-06-15/group_notifications.1.x-dev.rector.patch"
},
"drupal/field_states_ui": {
"3263814 - Error: Call to undefined method Drupal\\commerce_checkout\\Plugin\\Commerce\\CheckoutFlow\\MultistepDefault::getFormDisplay() ": "https://www.drupal.org/files/issues/2024-12-09/3263814-2.patch"
},
"drupal/media_entity_download": {
"3059830 - Make link title editable / add token support / more options - feature/WCOR-1199": "https://www.drupal.org/files/issues/2024-06-03/3059830-make-link-title-20.patch"
},
Expand All @@ -260,6 +263,9 @@
},
"drupal/search_api_group_filtering": {
"3029582 - Fix handling of Views filter groups": "https://www.drupal.org/files/issues/2022-07-30/3029582-13--fix_views_filter_groups_handling.patch"
},
"drupal/views_bulk_edit": {
"3024419 - Fix Required fields to really not be required (PE-669)": "https://www.drupal.org/files/issues/2024-12-04/3024419_fix-required_fields_mr20_68.patch"
}
},
"drupal-lenient": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 64103a2

Please sign in to comment.