fiuhonors / myhonors-old

A fast, modern infrastructure and social base for students, faculty, and staff. Developed for The Honors College at Florida International University.
http://myhonors.fiu.edu
2 stars 1 forks source link

Waiting List not updating when user is removed from RSVP list manually #34

Closed albertomizrahi closed 9 years ago

albertomizrahi commented 9 years ago

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.

albertomizrahi commented 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.

albertomizrahi commented 9 years ago

The issue was fixed by commit 7f9142fbdfe83006e2a7f2a57bf94e8d57ba3082. I mistakenly wrote in the commit message that it fixed issue #33, not #34