mirror of
https://github.com/suitenumerique/messages.git
synced 2026-09-27 12:14:55 +02:00
- Change label sorting from name-based to slug-based ordering in list view - Use slug ordering for initial queryset to ensure consistent sorting - Maintain name-based sorting in create method for consistency - Fixes issue where "État civil et cimetière" appeared at the end The slug-based sorting provides more predictable alphabetical ordering since slugs are normalized versions of names without accents.