# Summary
Views Bulk Operations augments Views by allowing bulk operations to be executed on the displayed rows. Some of its functionality (a field that provides checkboxes on each table row, and API abstraction over core's Actions API) has been moved into core for D8.
Other functionality, such as batching and queueing allowing a large number of items to be processed, and custom actions, still needs to be moved to Drupal 8.
# Project URL
https://www.drupal.org/project/views_bulk_operations
# Where is the code?
# Estimated completion date
End of 2017
# Dependencies
Views
# Who's doing the port?
# What help do they need?
Check 8.x- versions issue queue
# D8 roadmap
#1823572: Port Views Bulk Operations to Drupal 8
#2926402: Plan for 8.x-1.0-rc1
- #2921769: "Cancel the selected user accounts" action incompatible
- #2922953: Provide a list of selected entities on the default confirmation form
- #2926404: Select all: split queue populating and actual processing
- #2889679: Extend module automated tests
Release Stable at end of 2017
# Background and reference information
As above.
Comments
Comment #2
Kazanir commentedComment #3
mgiffordComment #4
albabosh commentedIs it possible to do this http://drupal.stackexchange.com/a/8066 with vbo-8.x ?
Comment #5
graber commentedComment #6
graber commentedComment #7
Rodeo.be commentedLooking forward to the Alpha version :-)
Comment #8
graber commentedAlpha is out there but there's always room for improvement and there always will be.
Comment #9
graber commentedSetting as fixed, as in #1823572.
Comment #10
webchickWell, the module is still in beta. Until it has a stable release, we can't mark this issue fixed.
Comment #11
mmjvb commentedAs per https://www.drupal.org/node/1823572#comment-12336252 expect Stable at end of 2017.
Comment #12
mmjvb commentedComment #13
graber commentedTo be precise, this needs work according to the plan.
Comment #14
c-logemann@Graber: Of course the project itself needs work to get RC and stable release. But the status on Drupal 8 Contrib Porting Tracker issues has a different meaning. "Needs review" is for "Project has Alpha or Beta D8 releases available for testing." And this is the current state of the project.
Comment #15
graber commentedOk, thanks! To be honest, I changed it to "needs review" on 9 August without knowing the meaning :/ I'll try to stick to the rules.
Comment #16
graber commentedLadies and gentlemen, we have a rc1.
Comment #17
mmjvb commentedAdded 8.x-1.0-rc1
Comment #18
graber commented1.0 stable released. Now the plan is to implement multipage selection #2929645: Persist selection across pages and possibly add support for rules #2931170: Allow executing "action set" Rules components, but for that I think we'll have to wait until Rules D8 has at least a beta, preferably a RC.
New features will now be added as a part of 2.x branch (starting with #2929645) that will have a tiny API change that'll not affect most modules (only those that make use of
$this->context['list']in their action objects).Thanks to all that helped, hope you'll find good use for this work and help it get better! :)