You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
As far as I'm aware, we never came to implement a waitlist. The "alternative" we had was allowing for tickets to be "accepted" by the Event Manager. If they are accepted, they are counted towards the total, if they're not (and hence "pending") they don't. This behavior is defined by the field "TicketApproval" on the event itself.
(CoderDojo/events-service@7548e31#diff-b3c5b2e2eae7203c9c01350743845a6eR13)
So the issue here could be :
we blocked booking tickets even when not all tickets have been approved
Yes. This is an incorrect direction of ire here. The new create event form does not allow for ticket approval. Some people were using that as a hack for a pseudo waitlist. This is not allowed any more. Combine this with the fact that there is poor messaging around booked out events has led to this confusion.
Closing this issue as this is not adressing a current bug. Adding #1274 as a placeholder for future improvements to the booking clarity based off the new simplified events structure.
A full event doesn't allow a waiting list to be created.
It would see that a new ticket type for the waiting list needs to be added, but the event form won't allow any ticket options to be selected:
This is old, but wondering if there's a link at all: #1068
The text was updated successfully, but these errors were encountered: