Details
-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Done
-
Labels:
Description
As of version 1.5.0, the client list is not properly sorted in the list has more than 10 clients.
Diagnosis & fix:
- The app loads the client list in chunks of 10 at a time, then sorts them before display. The underlying database layer does return the chunks based on heir sorted order.
- The fix is to enable sorting at the database layer.