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.

CommentFileSizeAuthor
#1 signup_status-625668-1.patch1.03 KBmlsamuelson

Comments

mlsamuelson’s picture

Status: Active » Needs review
StatusFileSize
new1.03 KB

Patch is attached.

ln282’s picture

Works for me! Thanks!