my current path is:
group/node/1/admin/people

After I submit VBO action, the path become:
group/node/1/admin/people/node/1
group/node/1/admin/people/node/1/node/1
group/node/1/admin/people/node/1/node/1/node/1

....

It is no big bug.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

g089h515r806’s picture

here is a simple patch

-  $view->override_path = $_GET['q'];
+  $view->override_url = $_GET['q'];
g089h515r806’s picture

Status: Active » Needs review
amitaibu’s picture

Status: Needs review » Fixed

Thanks, committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.