Closed (fixed)
Project:
Workflow
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2009 at 14:40 UTC
Updated:
28 Jan 2015 at 20:18 UTC
Jump to comment: Most recent
Comments
Comment #1
pxlar8 commentedTake a look at Views Bulk Operations (VBO) module. It might be what you're after. It's what I use for that purpose, although I don't open it up to general users.
http://drupal.org/project/views_bulk_operations
Comment #2
pxlar8 commentedTake a look at Views Bulk Operations (VBO) module. It might be what you're after. It's what I use for that purpose, although I don't open it up to general users.
http://drupal.org/project/views_bulk_operations
Team it up with actions to create workflow actions.
Comment #3
geerlingguy commentedHmm... will have to try that - it looks like what I need. I will try it and get back to this post soon!
Comment #4
geerlingguy commentedSpiffy! I was able to use Views Bulk Operations (VBO) to put a filter on my views that automagically selects all the nodes in the view, and lets me update them, and even lets me use the Batch API so large listings don't take absolutely forever to update!
I'll be writing up a post about the site I'm currently working on soon; it's kind of a niche site (for ID Card purchases online), but will be immensely helpful to the (non-profit) group that's going to use it.
Quite nice, imo :-)
Thanks for your help, pxlar8!
Comment #5
paulsheldrake commentedWorkflow now includes a submodule(workflow_vbo) that integrates with Views Bulk Operations. Enabling that should do what you need.