Files
Alexandre Lion 910627f4ba Fix form submission crash for anonymous attendees (#210)
The FormSubmit changeset required user_id, but anonymous attendees only
have attendee_identifier. This caused a CaseClauseError since the error
tuple was unhandled. Now the changeset accepts either user_id or
attendee_identifier, and error cases are properly handled.
2026-02-09 19:19:05 +01:00
..
2022-11-17 13:37:34 +01:00
2025-12-05 12:31:00 +01:00
2024-08-11 11:16:34 +02:00