Simple change to allow non-configurable actions access to the view form elements:

if ($operations[$action]['configurable']) {
  $params = _views_bulk_operations_action_submit($operations[$action], $form_id, $preserved_action_form_elements);
} else {
  $params = $preserved_action_form_elements;
}

Comments

infojunkie’s picture

Version: 5.x-1.1 » 5.x-1.x-dev
Status: Active » Fixed

Thanks. Committed to latest VBO 5.x-1.x-dev.

Status: Fixed » Closed (fixed)

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