Closed (works as designed)
Project:
Views Bulk Operations (VBO)
Version:
8.x-3.x-dev
Component:
Core
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2019 at 08:14 UTC
Updated:
17 Jan 2023 at 11:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
graber commentedYou can access the Batch API context from your action object, see
Drupal\views_bulk_operations\Action\ViewsBulkOperationsActionBase::setContext()This method will need to be overridden to pass the finished parameter by reference and set it to 1 whenever needed.Comment #3
rp7 commentedRerolled against 4.2.x
Comment in #2 still needs to be addressed, though.
Comment #4
graber commentedComment #2 means there's no need to make any changes to VBO and all can be done in an action class.
Comment #5
graber commented