mitgliederverwaltung/test/mv/membership
Moritz 2db467d5d1 fix(pdf-export): match DateTime.from_iso8601 three-tuple when formatting cells
DateTime.from_iso8601/1 returns {:ok, datetime, offset}, so the two-tuple clauses never matched and datetime cells fell through to the naive-parse fallback. Matching the real shape routes them through the intended DateTime path; UTC values render identically.
2026-06-02 12:04:37 +02:00
..
import fix(import): return readable string for unreadable upload errors 2026-06-02 12:00:38 +02:00
custom_field_policies_test.exs Tests: use Mv.Fixtures, fix warnings, Credo TODO disable 2026-02-04 00:34:12 +01:00
custom_field_value_policies_test.exs Fix Credo Readability (strict) 2026-03-04 16:21:14 +01:00
group_policies_test.exs Docs: groups and roles/permissions architecture, Group moduledoc 2026-02-04 09:20:26 +01:00
member_email_validation_test.exs Tests: use Mv.Fixtures, fix warnings, Credo TODO disable 2026-02-04 00:34:12 +01:00
member_export_build_test.exs fix: add test, accidentally deleted by commit baa288bf 2026-03-04 16:21:16 +01:00
member_export_sort_test.exs tests: update tests 2026-02-05 15:03:36 +01:00
member_group_policies_test.exs MemberGroup: restrict bypass to own_data via MemberGroupReadLinkedForOwnData 2026-02-04 09:19:57 +01:00
member_policies_test.exs Fix Credo Readability (strict) 2026-03-04 16:21:14 +01:00
members_csv_test.exs test: fee type column visibility, CSV export, export controller 2026-02-23 23:55:13 +01:00
members_pdf_test.exs fix(pdf-export): match DateTime.from_iso8601 three-tuple when formatting cells 2026-06-02 12:04:37 +02:00