It's possible the "action" here should be in the core module rather than in the views sub-module.

This patch adds an action in views bulk operations to update registration states. Very handy for site workflow when registrations need to be touched by staff on their way to completion.

Comments

brentrobbins’s picture

I tired this patch and unfortunately it didn't work. I used in in the Registration view (in the "All Registrations" block) and once you add the option and save it doesn't show in the Bulk operation list. I think checked the option in the view and it lost it's setting to change States...really odd. Love the idea I just wish it worked.

gcb’s picture

Issue summary: View changes
Status: Needs review » Fixed

It works fine for me on a fresh installation. Can you give me any more assistance reproducing your issue? This feature is being rolled into the Dev tree.

alex030’s picture

Thanks for the patch.
In my case I wanted to update the state of a 1 limit registration on a node vbo.
With two changes on your code I get this to work.
At this time no subselection of the registrations can be made so all registrations for all vbo selected nodes are updated with the same state.
Here is a patch with another vbo handler for node views.
Maybe someone need this to.

Status: Fixed » Closed (fixed)

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