Closed (fixed)
Project:
Revisions Bulk Operations
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2026 at 17:59 UTC
Updated:
12 Jun 2026 at 12:40 UTC
Jump to comment: Most recent
Comments
Comment #2
anybodyComment #3
anybodyComment #4
anybodyFirst we need to discuss which options the action should have. For example how many and which versions to keep.
Also we should very first check which other modules already provide similar solutions.
Comment #5
anybodyWe could start with an action to "Delete all old revisions" which removes all revisions and just keeps the current version of the entity.
For more fine-grained actions we could add a different one in a more detailed follow-up issue. See #4
Comment #8
grevil commentedDone. Update hook is tested and works great.
>For more fine-grained actions we could add a different one in a more detailed follow-up issue sure thing! For that we would need the class to extend "ConfigurableActionBase".
Please review!
Comment #9
anybodyCan we have tests eventually? Hopefully should be very similar to node delete action tests?
Comment #10
grevil commentedAdded tests, but we are currently not taking language into account.
Comment #11
grevil commentedAlright, that should be it! The language support will get implemented in the follow-up issue!
Comment #12
anybodyLGTM
Comment #14
grevil commented