- Issue created by @khiminrm
- πΊπ¦Ukraine khiminrm
I think I've found some draft solution on local test site. Improve condition in
ViewsBulkOperationsBulkForm::init()
:// Don't initialize if view has been built from VBO action processor. if (!empty($this->view->views_bulk_operations_processor_built) || !empty($this->view->selective_handler_signature)) { return; }
So we need somehow remove VBO field from
$view_copy
before executing it - πΊπ¦Ukraine khiminrm
I see that the VBO is already deleted. So we need other solution. Updated also https://www.drupal.org/project/views_bulk_operations/issues/3469974 π There are no checkboxes when the views_selective_filters filter is added. Active
Ideas?