SDRefugeeTutoring / sdrt-custom-functions

Custom Functions for SDRefugeeTutoring.com
The Unlicense
2 stars 0 forks source link

[HIGH] Actual RSVP# does not match set RSVP Limit #46

Closed dreazee closed 3 years ago

dreazee commented 3 years ago

Many times the number of RSVPs the event page accepts is less than the set Limit RSVP number. This has been an on & off issue for a while but didn't affect us enough to be brought up. It affects us now, though, since we are reaching capacity for our sessions! It is too much for me to track each event to make sure these RSVP limits match the actual RSVP #. For example:

JasonTheAdams commented 3 years ago

Hi @dreazee!

Off by 2. Hmm. I took a stab at this and, while I couldn't reproduce the issue, I could see some improvements in the code to avoid some weird computations from happening. So it may be fixed.

If the problem persists, keep in mind that for an RSVP to count against the limit, it must meet two criteria:

I'm going to close this, as it's possibly fixed, but we can re-open this if it pops up again. 😃

dreazee commented 3 years ago

Thanks @JasonTheAdams! While it was an ongoing issue previously, I actually haven't seen this issue recently. Will definitely reopen this case if it pops up again.