wolfe3d / sodata

Science Olympiad Data
GNU General Public License v3.0
3 stars 2 forks source link

Incorrect number of students assigned to event #40

Closed RyanTan8 closed 1 year ago

RyanTan8 commented 1 year ago

"Get emails" button under the events tab shows the incorrect number of students assigned to the event

wolfe3d commented 1 year ago

I have made it so that the event emails page show each nonCompetition tournament (Fall assignments and State assignments) for the current year. Please, check that it is working as expected and close this bug.

RyanTan8 commented 1 year ago

When the "get emails" button is clicked, the event emails page for each event is now blank. I will leave the issue open.

wolfe3d commented 1 year ago

Well that was a case issue, but it worked on my test site. I had references to 'tournamentEvent' instead of 'tournamentevent' in a query in the function getEventEmails. It should work now.