Allow reassigning the status ID 0
roball - September 27, 2009 - 12:34
| Project: | Signup Status |
| Version: | 6.x-1.0-alpha2 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#1
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.