Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the generic placeholder email for attendees #4375

Merged
merged 1 commit into from
May 27, 2024

Commits on May 27, 2024

  1. Fix the generic placeholder for attendees

    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.
    kitsuta committed May 27, 2024
    Configuration menu
    Copy the full SHA
    cf3eed8 View commit details
    Browse the repository at this point in the history