Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
7.x-3.0-rc1
Component:
Core
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2012 at 05:46 UTC
Updated:
16 May 2012 at 13:10 UTC
Is it possible to use same batch operation twice in the same view?
E.g. create multiple redirects to entity ids?
Comments
Comment #1
bojanz commentedNo, you will need to use rules components for that (Rules also has a redirect action).
Comment #2
farald commentedMyes, but it's a bit harder to create the url that VBO makes out of series of entity IDs.
Comment #3
bojanz commentedYes, it is harder. I'm not the biggest fan of the Rules interface, but this here is just a limitation of the core Actions API. I just do what I can with it.
Perhaps a better Rules action could be written that accepts a list of entities.