Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2009 at 21:56 UTC
Updated:
30 Jul 2009 at 00:50 UTC
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
Comment #1
infojunkieThanks for your report. Can you also please confirm that VBO fails with other actions when using Batch API ?
Comment #2
damien tournoud commentedWe haven't tested all of them, but:
- node_make_sticky_action fails,
- but views_bulk_operations_delete_node_action works.
Comment #3
infojunkieI'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 ?
Comment #4
damien tournoud commentedErm. Sorry, I mixed them up. node_unpublish_action is the one that is silently failing. We are using 6.x-1.7.
Comment #5
infojunkieComment #6
infojunkieI was able to reproduce the bug using 6.x-1.7. Please try it using the latest dev.
Comment #7
damien tournoud commentedI can confirm this is fixed in the latest DRUPAL-6--1 version. Thanks.