Revisions Bulk Operations
This module adds bulk actions to the revisions tab of entities, allowing you to delete multiple revisions at once. It currently supports deleting node revisions and aims to eventually support all entity types.
Provides bulk actions for the revisions tab in entities to allow bulk-deleting them (for now).
This started here: #3555771: Add bulk select & delete functionality to entity revision tab and we hope this will one day land in Core: #3581729: Propose core integration
Note: Currently this module isn't compatible with the diff module, see #3593018: Add compatibility with the Diff module?
Features
- Provides a UI to bulk-delete entity revisions (in the revisions tab of the entity)
- Provides an action to bulk-delete all (old) revisions of selected nodes
(Currently only provides support for node entities, please help to implement #3593029: Support all entity types)
We hope this might one day land in core, resolving core issues like:
#2925532: Provide bulk action to delete all old revisions of an entity
Post-Installation
Assign users the 'Allow bulk selection of revisions' permission to allow the bulk select and delete interface on a node's revision page.
Additional Requirements
None
Related modules
- https://www.drupal.org/project/revision_delete_tools
- https://www.drupal.org/project/revision_manager
- ... and many more, please help to add them!
Similar projects
- https://www.drupal.org/project/node_revision_delete
- ... and many more, please help to add them!
Supporting this Module
TBD