Fix sort by custom date closes #496 #528
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
high priority
invalid
L
low priority
M
medium priority
needs refinement
optional
question
S
technical improvement
UX Improvement
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: local-it/mitgliederverwaltung#528
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue/mitgliederverwaltung-496"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description of the implemented changes
The changes were:
Sorting the member list (and the member export) by a custom field of type date ordered the rows like day-first text instead of chronologically. This fixes the ordering so custom date columns sort by actual calendar order, the same way the built-in join/exit dates already do.
What has been changed?
Definition of Done
Code Quality
Accessibility
Testing
Additional Notes
Mv.Membership.MemberExportSort(used by the PDF/CSV build path) sorts dates via ISO8601 strings — functionally correct, but it could later be unified with the new sharedCustomFieldSorthelper for one sort authority across all export paths.Fix sort by custom dateto Fix sort by custom date closes #496