Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
6.x-1.8
Component:
Core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2009 at 22:54 UTC
Updated:
18 Jan 2010 at 12:10 UTC
Create a new VBO view using path "my_vbo_view".
Open any page or story node and a link to the new VBO view (using PHP filter) ... something like this,
print l('click here to go to vbo view and do stuff', 'my_vbo_view', array('query' => 'destination='. request_uri()));
Once the vbo view performs it's operations it does NOT redirect back to the original "destination" node page.
Comments
Comment #1
dreed47 commentedSorry I didn't take the time to create a patch but for anyone interested, I resolved this issue by replacing line 536 in the views_bulk_operation.module with this line.
old line:
new line:
Comment #2
infojunkieThanks for your report and fix I'll work on them soon.
Comment #3
infojunkieCommitted to latest dev. Thanks!