https://github.com/oxy86/custom_vbo_actions
https://github.com/oxy86/custom_vbo_actions
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/oxy86/custom_vbo_actions
- Owner: oxy86
- Created: 2024-10-16T17:49:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T18:21:19.000Z (over 1 year ago)
- Last Synced: 2025-01-22T00:23:59.792Z (over 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Views Bulk Operations actions
This Drupal 10+ module provides example actions for VBO (and drupal's core system via 'Bulk update' field)
The difference is the VBO actions can be preconfigured.
If you're using the core "Bulk update" field, which many views (i.e commerce order View) use out of the box, you need to create the action as a config entity, in config/install (see example there).
If you're using VBO, you don't need to create a config entity, the module will pick up the action without it, once caches are cleared.
Note: The example Action configuration is only available with VBO.
@see https://www.drupal.org/docs/contributed-modules/views-bulk-operations-vbo/creating-a-new-action
## Maintainer - Report an Issue
- [Dimitris Kalamaras (oxy86)](https://github.com/oxy86)