Thursday, February 6, 2025
1 change · master
Resolved issues and error corrections
The customer portal ticket list now uses ticket ID as the default sorting option instead of creation date. This removes a redundant sorting choice and makes the list order better match how users expect to review tickets.
Original PR description
In the ticket list view of the portal, we can filter tickets by create date and by ID. This is a bit redundant, and sorting by id reflects more accurately what we want to see. Therefore, this PR removes the filter by create date to default to the filter by ID instead. Task-4438387