Problem/Motivation
— Registrants that are moved from the waitlist to fill an open space for an event do not receive the promotion notification.
Steps to reproduce
Custom/one-instance event sample with registration was created to test. I limited the number of spaces to 1. I registered myself and a colleague for the event—I was registered, she was on the waitlist. I then used the link in my email to delete my registration. She never received the promotion email even though the website listed her as off the waitlist.
Recreated the same scenario and added one more step of "completing" both registrations prior to deleting from my email link.
Proposed resolution
The module checks an event series value:
Registration Type
[ ] Individual Event Registration
[ ] Entire Series Registration
The system only emails for wait-list promotion to registered if 1) either the individual event is in the future or 2) the entire series is in the future. But the code accidentally checks getRegistrationDatesType instead of getRegistrationType
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3243671-2-recurring-events-waitlist-promotion-to-registrant-list-does-not-email.patch | 682 bytes | ll66382 |
Comments
Comment #2
ll66382 commentedCheck if event Registration Type
is Individual or Series.
Comment #3
owenbush commentedThanks for the issue. I'll take a look at this hopefully this week.
Comment #4
ll66382 commentedComment #7
owenbush commentedThis looked good. Thanks for the patch. It has been committed to the 8.x-1.x and 2.0.x dev branches.