Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
7.x-3.x-dev
Component:
Core
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2012 at 14:05 UTC
Updated:
20 Feb 2012 at 14:20 UTC
VBO provides certain actions that only work when invoked through VBO: archive.action.inc ('Create an archive of selected files"), modify.action.inc ("Modify entity values") and others ("Delete item', 'Pass ids as arguments to a page').
The first two are declared as configurable which means that they show up in the Advanced Actions UI (admin/config/system/actions). Of course, when selected, they crash or behave very oddly, since they rely on VBO specific context information.
The solution to this is to declare them non-configurable (which removes them from the "Create an advanced action" dropdown) and add an additonal key ("vbo_configurable") to hook_action_info() that only VBO listens to.
Comments
Comment #1
bojanz commentedCommitted:
http://drupalcode.org/project/views_bulk_operations.git/commitdiff/1c753...