Closed (fixed)
Project:
Advanced Queue
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2025 at 12:49 UTC
Updated:
9 Sep 2025 at 15:49 UTC
Jump to comment: Most recent
It'd be able to delete multiple queue items at the same time or release or retry them but you can't.
Since job items are not entities we can't leverage actions and VBO or the VBO part that is in core- but we can be inspired by it.
None
New views field that provides a form for bulk actions inspired by \Drupal\views\Plugin\views\field\BulkForm
New confirm form for confirming actions
New views field
New form
New action classes
No real extension point for custom actions - could add later if the need arises.
None
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
alexpottComment #4
daniel.bosenI tested this on our queues, worked very well and makes managing large queues a lot easier!
Comment #6
alexpott