Hello,

Thanks a lot for this great module! It seems work fine so far and is an incredible help. :)
The only thing I've problems with is the "Select all n rows in this view" button.
When I use it (I see the message: "All 82 rows in this view are selected.") and choose i.e. "update nodes" from the bulk operation list I see the message: "You selected the following 0 rows".

Have fun! :)
Stefan

Comments

infojunkie’s picture

Can you please try the 6.x-1.7 release and let me know if it has the same problem?

Also, are you using your own view or the default VBO at admin/content/node2? Please try the default one and let me know if it works there.

If none work properly, I will need your help to debug:
* Install Devel module (http://drupal.org/project/devel)
* Login as admin
* Insert the following line in the file views_bulk_operations.module, function _views_bulk_operations_adjust_selection:

dsm($view->result);

after the line

$view->execute($plugin->view->current_display);

There should be a debug message displayed. What does it say?

design.er’s picture

Status: Active » Closed (fixed)

Ok, it seems that something wrong with my views. I had a ready views and only updated it with the VBO style so I didn't mention that there is a predefined new view. I'll take it - there is everything ok. :)

Sorry for disturbance and thank you for this quick and great help! :)

Regards,
Stefan