Closed albertomizrahi closed 9 years ago
The problem occurs because I forgot to place the code that updates the Waiting List after the RSVP is deleted. To avoid this problem, I am placing this code in the RSVPService.js' delete() method itself to avoid this from occurring again. That way, whenever someone deletes an RSVP from anywhere, the Waiting List will be updated automatically.
The issue was fixed by commit 7f9142fbdfe83006e2a7f2a57bf94e8d57ba3082. I mistakenly wrote in the commit message that it fixed issue #33, not #34
A problem is occurring where if a staff manually deletes an RSVP from the list from the RSVP list in the Event Statistics page, the waiting list is not being updated.