There should probably be no results pagination on the actions configure form. See screenshot.

CommentFileSizeAuthor
Image1_1.png35.77 KBharry slaughter

Comments

infojunkie’s picture

Assigned: Unassigned » infojunkie

Does your test view include exposed filter? If it doesn't, can you please try it with exposed filters and let me know if they also appear on the action configuration screen?

If you want to help me debug this, the function views_bulk_operations_form_alter() is supposed to inhibit the pagination and filter display, by checking:

 isset($_POST['step']) && isset($_POST['nodes'])

You can dump those and see whether there's a case that's unaccounted for.

Thanks :-)

harry slaughter’s picture

Status: Active » Closed (fixed)

this problem no longer exists in the latest version. pwolanin contributed a patch that I applied that made VBO compatible with latest views patch (http://drupal.org/node/103171). Not sure if that fixed it, but I don't see the problem.