mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
fix(remission-list-resource): only apply default sorting when no orderBy specified Replace default sort mechanism to respect explicit orderBy from QueryToken. Previously, the resource always applied manual sorting regardless of whether explicit ordering was requested, causing conflicts with user-defined sorting. Now checks if queryToken.orderBy exists and has items before applying the default sort behavior (manually-added items first, then by created date). Refs: #5276