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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | signup_status-625668-1.patch | 1.03 KB | mlsamuelson |
Comments
Comment #1
mlsamuelson commentedPatch is attached.
Comment #2
ln282 commentedWorks for me! Thanks!