Skip to content

Comments

Fix form submission crash for anonymous attendees#210

Merged
alxlion merged 1 commit intodevfrom
fix/form-submit-anonymous-attendee
Feb 9, 2026
Merged

Fix form submission crash for anonymous attendees#210
alxlion merged 1 commit intodevfrom
fix/form-submit-anonymous-attendee

Conversation

@alxlion
Copy link
Contributor

@alxlion alxlion commented Feb 9, 2026

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.

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.
@alxlion alxlion merged commit 910627f into dev Feb 9, 2026
1 check passed
@alxlion alxlion deleted the fix/form-submit-anonymous-attendee branch February 9, 2026 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant