Views Bulk Operations redirect

Athanasios Velios <[email protected]> Tue, 03 Jul 2012 09:39:36 +0100
Newsgroups gmane.comp.php.drupal.devel
Message-ID <[email protected]>
Hello,

I thought I will post a message before creating a new issue at drupal.org.

I have a View with a VBO field and a single action. I want to redirect 
the user to another page once the action is completed. I am able to do 
this with ?destination=url or $form['redirect'], but the action only 
takes place for the first item in the list and not the rest. Any ideas?

More specifically, I have a new "add to cart" action which has recently 
been committed to ubercart here: http://drupal.org/files/uc_vbo_1.patch
and I want the View to redirect the user to /cart after the products 
have been added.

Thank you in advance for any ideas.

Thanasis