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
Comment #1
infojunkieThanks. Committed to latest VBO 5.x-1.x-dev.