Files
lasuite-messages/src/backend/core/api
Sabrina Demagny 604f7121a2 🐛(api) correct alphabetical sorting of labels with accented characters
- 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.
2025-06-24 17:31:57 +02:00
..
2025-04-13 18:48:04 +02:00
2025-04-13 18:48:04 +02:00
2025-06-23 11:44:23 +02:00