Closed (outdated)
Project:
Views Bulk Operations (VBO)
Version:
6.x-1.x-dev
Component:
Core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2012 at 12:27 UTC
Updated:
6 Dec 2016 at 19:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kongoji commentedconfirm the issue: I'm facing this problem when including VBO views in a Quicktabs block.
After every ajax submit of exposed filters, the next vbo operation redirects to the original view's path. It should redirect to the current url, not to the default view url.
Comment #2
kongoji commentedTo make it work, as jcisio suggested, change
view_patharguments in_views_bulk_operations_add_jsfunction in views_bulk_operations.module.replace
with
Comment #3
kongoji commentedI fixed my problem with ajax and vbo in a simpler way: #1454582: Views ajax exposed filters break vbo when more than a VBO view is embedded on the same page
Comment #4
Josh Benner commentedSolution mentioned in #3 has been committed to 6.x-1.x-dev, but does not fix this issue in all cases.
Solution mentioned in #2 is confirmed to work in my case. Patch attached.
Comment #5
Josh Benner commentedI should also note that this affects ajax pagers. This means that if you navigate the pager, then submit, the form action is wrong.
Comment #6
andrewbelcher commentedThis is also an issue 7.x-1.x using a content pane inside a panel.
I solved it for my situation with the following:
I wonder if extracting the view's path from the view is the way to go, as it is there as an argument for the form builder?
Comment #7
shi99 commentedI tried out the patch from #4 and it resolved the issue I had with having an exposed filter and VBO on the same page.
It would be great if it could be committed.
Comment #8
bferretti commentedAlternate solution.
Comment #9
joelpittetClosing this as 6.x is no longer being maintained.