mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
feat(remission-list-resource): remove client-side date sorting in favor of backend sorting Remove commented-out date sorting logic from sortResponseResult function. The sorting by creation date for Pflichtremission and by SORT number for Abteilungsremission is now handled entirely by the backend, eliminating the need for client-side date sorting operations. This change improves performance by reducing client-side processing and ensures consistent sorting behavior across the application. Ref: #5295