In export to word, we provided limit of rows, that can be exported ot once. This small patch provides modification of code to respect that limit. It is required if export to word patch is applied.

Comments

gugalamaciek created an issue. See original summary.

graber’s picture

You 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.

rp7’s picture

Rerolled against 4.2.x
Comment in #2 still needs to be addressed, though.

graber’s picture

Comment #2 means there's no need to make any changes to VBO and all can be done in an action class.

graber’s picture

Status: Active » Closed (works as designed)