Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
7.x-3.x-dev
Component:
Core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2011 at 18:16 UTC
Updated:
29 Jun 2011 at 16:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
geek-merlinnot to overlook: in fact the var is used twice there.
Comment #2
bojanz commentedBlurgh. I had drush integration working. Somethimg most have gotten messed up when the reloaded branch was merged in...
Try this patch.
Comment #3
geek-merlinhmm, vbo gives us no ->views as it seems:
Notice: Undefined property: views_bulk_operations_handler_field_operations::$views in _views_bulk_operations_execute() (Zeile 567 von /home/xl/workspace/sanago/sites/all/modules/views_bulk_operations/views_bulk_operations.module).
Notice: Trying to get property of non-object in _views_bulk_operations_execute() (Zeile 567 von /home/xl/workspace/sanago/sites/all/modules/views_bulk_operations/views_bulk_operations.module).
Comment #4
bojanz commentedI see no ->views on line 567 or anywhere in that function. Can you please update to the latest code (-dev), and reapply the patch?
Comment #5
bojanz commentedCommitted the patch. Works nicely on my machine.