Make it possible to pass query params instead of idlist to attendee mail
authorMagnus Hagander <magnus@hagander.net>
Tue, 19 Mar 2024 17:46:53 +0000 (18:46 +0100)
committerMagnus Hagander <magnus@hagander.net>
Tue, 19 Mar 2024 17:46:53 +0000 (18:46 +0100)
commitf1b37cce5c346f08185ee3f846abb0846c9ca23b
tree237ccc9a204890cc7e750480e8c6ed663b741b05
parent2bd7d560290c18adecb735ed03b6a6b4542cfc20
Make it possible to pass query params instead of idlist to attendee mail

When doing for example signup emails to large signups the list of ids
can be very long, and the materialization also gets delayed (so the
response status may have changed since the email was initiated). For
this reason, allow passing down query parameters other than just integer
ids, and expand those when creating the email rather than ahead of time.
postgresqleu/confreg/mail.py
postgresqleu/confwiki/views.py