Problem/Motivation

It'd be able to delete multiple queue items at the same time or release or retry them but you can't.

Proposed resolution

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.

Remaining tasks

None

User interface changes

New views field that provides a form for bulk actions inspired by \Drupal\views\Plugin\views\field\BulkForm
New confirm form for confirming actions

API changes

New views field
New form
New action classes

No real extension point for custom actions - could add later if the need arises.

Data model changes

None

Command icon Show commands

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

alexpott created an issue. See original summary.

alexpott’s picture

Issue summary: View changes
Status: Active » Needs review
daniel.bosen’s picture

Status: Needs review » Reviewed & tested by the community

I tested this on our queues, worked very well and makes managing large queues a lot easier!

  • alexpott committed 85d27c16 on 8.x-1.x
    Issue #3536059 by alexpott, daniel.bosen: Integration with views bulk...
alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.