Posted by mlsamuelson on November 6, 2009 at 9:02pm
| Project: | Signup Status |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | mlsamuelson |
| Status: | needs review |
Issue Summary
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.
Comments
#1
Patch is attached.
#2
Works for me! Thanks!