mitgliederverwaltung/lib/mv_web/live/member_live/show
Moritz ec6422d450 fix(membership-fees): show error for unparseable cycle date instead of crashing
Date.from_iso8601/1 returns {:error, reason}, so the with else clause matching a bare :error never fired and an invalid date raised a WithClauseError. Match the real date/calendar error reasons so the user sees the validation message.
2026-06-02 12:08:19 +02:00
..
membership_fees_component.ex fix(membership-fees): show error for unparseable cycle date instead of crashing 2026-06-02 12:08:19 +02:00