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

webchick’s picture

Title: "Select all" seems to be tied to confirmation screen » "Select all in this view" seems to be tied to confirmation screen

Clarification in title.

infojunkie’s picture

Assigned: Unassigned » infojunkie
Status: Active » Fixed

Fixed 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.