magfest / ubersystem

MAGFest's Ubersystem - handles ticketing, staffing, analytics, volunteers, and tons more
http://magfest.org
GNU Affero General Public License v3.0
48 stars 55 forks source link

Fix the generic placeholder email for attendees #4375

Closed kitsuta closed 4 months ago

kitsuta commented 4 months ago

People with just regular attendee badges were tripping the volunteer_placeholder email check because it didn't check a.staffing. They then (correctly) didn't actually get sent the volunteer email because they were not volunteering. Now the volunteer_placeholder function includes a.staffing so people can actually qualify for the generic placeholder.

Also fixes an issue where deferred attendees would also qualify for the generic placeholder because I was checking the truthiness of the function itself instead of calling it.