Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
7.x-3.x-dev
Component:
Actions
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2011 at 06:41 UTC
Updated:
13 Nov 2013 at 02:23 UTC
Jump to comment: Most recent
Comments
Comment #1
bojanz commentedWhen your action runs, it's still at list/123, so you can fetch the parent nid from there (the url).
Either that, or node_load($nid), then take what you need from the $node object.
EDIT: Actually, you already get the node object. No need to load it.
Comment #3
wickwood commentedComment #4
wickwood commentedBojanz, or anyone else, how exactly do you fetch a parameter from the view URL and pass it along as a parameter to the Bulk Operation?
Any help would be great appreciated! Thanks in advance!
Steve
Comment #5
wickwood commentedI don't know how it was done here, but I was able to solve my problem with a patch to VBO. You can find it and how I did it at the VBO Issue: Let view arguments be passed as parameters to rule set
Comment #6
wickwood commented