Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 May 2009 at 21:15 UTC
Updated:
27 May 2009 at 07:00 UTC
If you set up a view with only one exposed action, some special-casing goes on:
1. The operation will become a button, rather than a selection.
2. You will lose the confirm screen.
3. Because you lose the confirm screen, you also seem to lose the "Select all nodes in this view" functionality; it will only affect the nodes on the current page.
Workaround: Enable more than one action so you get a select box for operations, instead of a button.
I don't anticipate this being fixed due to the notice on the project page, and I noticed that the 6.x code seems to be quite different here, so hopefully it's not a bug there too, but figured I'd document it just in case it helps someone else. :)
Comments
Comment #1
webchickClarification in title.
Comment #2
infojunkieFixed in latest dev release. Thanks for your report.
I removed the special case altogether. This will reduce the surprise effect and the reported bug is eliminated.