Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
7.x-3.x-dev
Component:
Core
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 May 2012 at 05:38 UTC
Updated:
2 Jun 2012 at 23:01 UTC
Hi,
I'd like to hear if there is a way, without diving into hooks and theming, to set a title and description for those pages that ask a user to provide the input parameters I've set as required for a rule component. I'm uncertain wether this is something that should be done through the Rules module, or the VBO module?
Comments
Comment #1
bojanz commentedNo, you need to alter the form through a hook.
I've just committed #1286718: Add hook_views_bulk_operations_form_alter(). to make this easier (will be in tomorrow's 7.x-3.x-dev and the 7.x-3.0 release soon to be tagged).