mitgliederverwaltung/test/mv_web
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
..
components feat(member-filter): add date filter sections with active-count badge and reset support 2026-05-20 16:32:29 +02:00
controllers fix(auth): trigger RP-initiated logout at OIDC provider 2026-06-01 19:59:52 +02:00
helpers feat: add timezone handling 2026-03-13 18:22:12 +01:00
live feat(member-filter): add date filter sections with active-count badge and reset support 2026-05-20 16:32:29 +02:00
member_live fix(membership-fees): show error for unparseable cycle date instead of crashing 2026-06-02 12:08:19 +02:00
plugs Improve oidc only mode (#474) 2026-03-16 19:09:07 +01:00
user_live fix: failing tests 2026-03-13 19:25:23 +01:00
authorization_test.exs Fix Credo Readability (strict) 2026-03-04 16:21:14 +01:00
locale_test.exs add further locale tests 2025-06-18 23:35:43 +02:00