Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
5.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
31 Jan 2008 at 22:53 UTC
Updated:
16 Feb 2008 at 08:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
summit commentedMay be this is a duplicate of: http://drupal.org/node/202961, but I am not sure.
I attach a picture of what I am seeing using this module. The module works I think, but I am not seeing the nodes.....
EDIT:
The bug is gone with:
if ($view->table_header[0] != $extra) {
if (is_array($view->table_header)) {
array_unshift($view->table_header, $extra);
}
}
but.... the terms are still not shown...so I don't know which nodes I am updating...
NEXT EDIT AHH..I needed to select a field to show on the view....now I see my node titles.. so fixed myself, but the errorfixing may be easy to patch
Thanks in advance!
greetings,
Martijn
Comment #2
infojunkieThanks added the suggested condition.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.