Signup status alter action does not update count_towards_limit
mlsamuelson - November 6, 2009 - 21:02
| Project: | Signup Status |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | mlsamuelson |
| Status: | needs review |
Description
In signup.module, the function signup_status_alter_action() includes a query to update a status in the status_log table. It does not, however, include an update to the count_towards_limit column, so if a status is altered, the count towards limit can get out of sync.

#1
Patch is attached.