There should probably be no results pagination on the actions configure form. See screenshot.
| Comment | File | Size | Author |
|---|---|---|---|
| Image1_1.png | 35.77 KB | harry slaughter |
There should probably be no results pagination on the actions configure form. See screenshot.
| Comment | File | Size | Author |
|---|---|---|---|
| Image1_1.png | 35.77 KB | harry slaughter |
Comments
Comment #1
infojunkieDoes 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:
You can dump those and see whether there's a case that's unaccounted for.
Thanks :-)
Comment #2
harry slaughterthis 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.