-
Type:
Bug
-
Status: Done
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: Carry Over - Fall
-
Labels:None
-
Company:All Clients/Multiple Clients
Template Library
Sorting is working only for Form name and Upload Date, not for other columns
Column Name and order of sorting is passing from Angular side but it's not working from API side.
Field | Original Value | New Value |
---|---|---|
Sprint | DMS - Fall Sprint 2 [ 161 ] |
Remaining Estimate | 8h [ 28800 ] | |
Original Estimate | 8h [ 28800 ] |
Assignee | Samir [ samir ] | Ramya Tantry [ ramya.tantry ] |
Status | To Do [ 10000 ] | In Progress [ 3 ] |
Remaining Estimate | 8h [ 28800 ] | 7.5h [ 27000 ] |
Time Spent | 0.5h [ 1800 ] | |
Worklog Id | 175628 [ 175628 ] |
Status | In Progress [ 3 ] | Code Review [ 11801 ] |
Assignee | Ramya Tantry [ ramya.tantry ] | Swapnil Pandhare [ swapnil.pandhare ] |
Status | Code Review [ 11801 ] | Code Review [ 11801 ] |
Status | Code Review [ 11801 ] | In QA Testing [ 11901 ] |
Assignee | Swapnil Pandhare [ swapnil.pandhare ] | Priya Dhamande [ priya.dhamande ] |
Assignee | Priya Dhamande [ priya.dhamande ] | Jayshree Nagpure [ jayshree.nagpure ] |
Resolution | Done [ 10000 ] | |
Status | In QA Testing [ 11901 ] | Done [ 10001 ] |
Assignee | Jayshree Nagpure [ jayshree.nagpure ] | Ramya Tantry [ ramya.tantry ] |
Remaining Estimate | 7.5h [ 27000 ] | 7h [ 25200 ] |
Time Spent | 0.5h [ 1800 ] | 1h [ 3600 ] |
Worklog Id | 176190 [ 176190 ] |
Transition | Time In Source Status | Execution Times |
---|
|
4d 4h 42m | 1 |
|
1h 7m | 1 |
|
1d 19h 30m | 1 |
|
3s | 1 |
|
1d 1h 50m | 1 |
Current implementation of datatable sorting: Fetch records, apply pagination and then apply sorting. So sorting was getting applied page wise.
New implementation : Fetch records, apply sorting and then apply pagination.
Note: Due to new implementation, there would be performance issue if there are huge number of records as we are applying sorting on all records first and then applying pagination.
For template library : Sorting now working for Form Name, Upload By,Uploaded by, Expires, Valid From, Valid To.