Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2008 at 21:20 UTC
Updated:
8 Dec 2008 at 23:12 UTC
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.