Closed (won't fix)
Project:
Views Bulk Operations (VBO)
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2009 at 02:02 UTC
Updated:
3 Feb 2009 at 04:17 UTC
Comments
Comment #1
infojunkieThis is quite a special case! IMO, the scenario "one configurable action and N nonconfig actions" is unlikely to come up for many users, and thus I am not inclined to hard-code it into VBO. Here's what I suggest:
Use hook_form_alter() in your module to alter views_bulk_operations_form to implement your UI logic. You'll just need to make sure to set $form_state['storage']['step'] and other values correctly so that validation and submission can proceed. The advantage is that you can change your UI logic if the above turns out to be insufficient, without needing to revert to hacking VBO every time. I can help with testing and debugging.
Hope this helps :-)
Comment #2
infojunkie