views_bulk_operations_execute does not work well in combination with facetapi and search_api_solr, when the batch mode is used.
Problem:
facetapi alters directly the query of the view, but in batch mode, only the args property of the view is being passed to the batch operation
Solution:
Offer the possibility to pass the whole view object to the batch operation
Patch follows shortly.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | save_view_object_when_batching-3114532.patch | 3.4 KB | aurelianzaha |
Comments
Comment #2
aurelianzaha commentedPatch attached.
Comment #3
aurelianzaha commentedComment #4
klausiLooks good to me! This approach should not cause any API break because this is hidden behind a new option.
Comment #6
joelpittetThanks to you both, it's committed to the dev branch for the next release