We are considering deploying Views Bulk Operations on drupal.org. Here is what we bumped into: views_bulk_operations_delete_node_action fails silently when run under the Batch API.

That might be a duplicate of #515058: Batch API possibly interferes with assigning taxonomy terms in Views Bulk Operations.

Comments

infojunkie’s picture

Thanks for your report. Can you also please confirm that VBO fails with other actions when using Batch API ?

damien tournoud’s picture

We haven't tested all of them, but:
- node_make_sticky_action fails,
- but views_bulk_operations_delete_node_action works.

infojunkie’s picture

I'm confused: you said views_bulk_operations_delete_node_action failed in your original report, but that it does work in #2 above. Which is it?

Also, are you testing with the latest dev or with 6.x-1.7 ?

damien tournoud’s picture

Title: "views_bulk_operations_delete_node_action" fails silently under Batch API » "node_unpublish_action" fails silently under Batch API

Erm. Sorry, I mixed them up. node_unpublish_action is the one that is silently failing. We are using 6.x-1.7.

infojunkie’s picture

Version: 6.x-1.x-dev » 6.x-1.7
infojunkie’s picture

Version: 6.x-1.7 » 6.x-1.x-dev
Status: Active » Fixed

I was able to reproduce the bug using 6.x-1.7. Please try it using the latest dev.

damien tournoud’s picture

I can confirm this is fixed in the latest DRUPAL-6--1 version. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.