You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All dependencies brought in using composer need to be updated. The only exceptions are drupal/core-recommended and drupal/core-composer-scaffold.
Description or Additional Context
For views_bulk_operations the following change will need tobe addressed:
Actions Permissions
Deprecated: using actions permissions is deprecated and this module is removed from 4.3.x releases and higher. Please uninstall it before upgrading.
A module called actions_permissions is included in the package prior to 4.3.x. This module generates a permission for each action, and VBO honors those permissions before showing or executing the corresponding actions. This is useful if you want to provide your VBO to several groups of users with different privileges: the same view will accommodate those different groups, showing to each the actions that they are permitted to see.
we need to move the config_split and config_ignore to a new ticket. this will require some work with requiring config_filter and then removing it in sequence since the new config relies on core.
User Story or Problem Statement
All dependencies brought in using composer need to be updated. The only exceptions are
drupal/core-recommended
anddrupal/core-composer-scaffold
.Description or Additional Context
For
views_bulk_operations
the following change will need tobe addressed:To test VBO see https://dsva.slack.com/archives/CT4GZBM8F/p1730749024413859
Steps for Implementation
Any patches that need to be rerolled or removed will need to be addressed.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: