When using VBO for creating a Rules module action, such as "Load a list of entity objects from a VBO View", Rules displays a dropdown which should show all 'view|display' combinations which have a Bulk Operations field.
From 7.x-3.4 this behaviour changed, and now only Views which have a Bulk Operations field in the "master" will appear in this list. If your Bulk Operations field only appears as an override in, say, the "Page" display, it will no longer appear / be selectable.
Updating the module to 7.x-3.4 will break the operation of existing rules actions/action sets which rely on a view with the Bulk Operation not appearing in the view master.
This regression was introduced by #1871702: Load a list of entity from a VBO View doesn't work (AJAX error).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | non_master_views_actions_2856974-2.patch | 627 bytes | chriso |
Comments
Comment #2
chriso commentedPatch attached.
Comment #3
chriso commentedComment #4
Jeroen94 commentedI confirm this bug; it took me ages to find this issue. The small patch in #2 works perfectly. Please commit as soon as possible!
Comment #5
yemoko commentedHi here,
I confirm,
The patch #2 worked well for me :+1.
Thank you
Comment #6
chris matthews commentedComment #7
delacosta456 commentedhi
i can confirm this bug too. but did not try to apply the patch because the Vbo i am using looks to be a be packaged with the distribution (Panopoly) i am using and also not a dev version ... So it'may not be safe for me unless committed.
Thanks
Comment #8
joelpittetThanks, sorry didn't look at this till now, I've committed to dev for the next release.
Comment #9
joelpittet