Compare commits

..

3 commits

Author SHA1 Message Date
f211f45cb2 test: export and PDF regression for Fee Type without start_date
Some checks reported errors
continuous-integration/drone/push Build was killed
Add test for CSV export with only first_name and membership_fee_type.
Add test for PDF export with same field set (status and content-type).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 09:15:41 +01:00
83264325f1 fix: include Fee Type in export when Start Date not in fields
Append membership_fee_type to column list when it is visible but
membership_fee_start_date was not in the selection (MemberExport,
export_column_order, build_export_member_fields_list).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 09:15:08 +01:00
3b6c0b9fc9 fix: sort Fee Type by name in LiveView and exports
Use Ash related-field sort (membership_fee_type.name) instead of
membership_fee_type_id so column order is alphabetical. Load
membership_fee_type when sorting by it even if column is hidden.
In-memory re-sort (Build) uses loaded fee type name.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 09:15:04 +01:00

Diff content is not available