Skip to content

Commit 467a9c0

Browse files
authored
[SD-1752] Fix the missing VBO PHP class. (#776)
1 parent 81bf1ff commit 467a9c0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,9 @@
463463
},
464464
"drupal/views_bulk_edit": {
465465
"Fix Required fields to really not be required - https://www.drupal.org/project/views_bulk_edit/issues/3024419#comment-16363763": "https://www.drupal.org/files/issues/2025-11-28/3024419-72.patch"
466+
},
467+
"drupal/views_bulk_operations": {
468+
"getSubscribedEvents() fails on `drush updb` due to autoloader negative-cache (missing class_exists() guard) - https://www.drupal.org/project/views_bulk_operations/issues/3589629#comment-16583537": "https://www.drupal.org/files/issues/2026-05-12/views_bulk_operations-class-exists-guard-3589629-2.patch"
466469
}
467470
},
468471
"installer-paths": {

0 commit comments

Comments
 (0)