Some custom module code was posted here. I think this could be a patch to workbench_moderation_moderate().
#1137262: Integrate with Views Bulk Operations
This should invoke the batch API to avoid timeouts/memory errors. Checkout node_mass_update() as an example:
http://api.drupal.org/api/drupal/modules--node--node.admin.inc/function/...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | workbench_moderation-7.x-1.0-beta5.patch | 1.02 KB | devtherock |
Comments
Comment #1
devtherock commentedHi Steve
Here is patch for same. Could anyone test it please.
Thanks
Dev/Kuldev
Comment #2
stevectorThis will need to integrate with Batch API to avoid timeouts and memory errors on large lists of nodes.
Comment #3
bojanz commentedVBO no longer supports hook_node_operations() / hook_user_operations(). Feel free to use core actions, or Rules.