When Patch Manager is enabled along with VBO (6x-1x-dev -- from late Sept 2011), none of the node operations [modify node fields, edit taxonomy, make un-sticky, etc etc ] appear in the VBO configuration screen in Views. (Originally described here: #1279172: Not seeing any node operations in VBO settings.)

I tracked it as far as get_operations_options() in VBO (views_bulk_operations_plugin_style.inc, line 253); somehow the $object_info['type'] is returning as "patch" all the time (instead of as "node" for node views, "user" for user views, ...).

Turning off the Patch Manager module fixes the issue immediately.

Comments

slucas’s picture

Version: 6.x-1.x-dev » 6.x-1.2
Priority: Normal » Critical

Same things with me. I spend some time to figure out that this mysterious disparition of rules with VBO view display was caused by patch manager module.
10 out of 40 rules and actions was displayed and I've uninstalled patch manager and suddenly all appears back !
It occured to me with dev and non dev version of VBO. So it's very important to solve this issue as it's pretty difficult to debug for a user.

aidanlis’s picture

Status: Active » Fixed

Fixed, thanks for the reports.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.