I am using the "signup_status_user_vbo_admin" view to alter the signup status of selected users in bulk. This gives me a dropdown menu to select one of the defined statuses, but not the status ID 0 (shown as "unknown status" at node/NID/signups/admin).

Deleting the status at all also does not allow to reassign the original, "unassigned" status - so I see no way to reset the status to the original one without hacking around in the SQL database.

Comments

roball’s picture

BTW, my workaround was to modify the signup_log SQL table: in the desired rows, I changed the value of the "status" column to 0.