Esri/crowdsource-manager

Sort order should not reset in CS Manager app when using OBJECTID field for sorting

Closed this issue · 3 comments

If we sort based on OBJECTID field, after saving edits, Manager sort the table back in descending order. Please see the screen capture of this behavior.
We should not reset the sort at any time after the edit is made. If an user intentionally set a sort order, we should not reset it on them even if they have refresh enabled and the layer is updated.. With editor tracking enabled I can always go back and change the sort order on creation date to get the newest records.
CSManagerSortIssue

@aparveen

Dev Checklist

Items ​ Is required​ Status Comments​
Required NLS changes?​ No  NA 
Required Backward compatibility​ No  NA 
Required 508​ No   NA
Need Sanitize?​ No  NA 

Impact Analysis Report

Impacted Areas Comments
Have Configuration changes?​ No
Have Runtime changes?​ Yes
Impact on RTL No
Runtime Changes 1. Whenever sorting is not applied on any column, features should be sorted in descending order of objectId (newest on top)
2. Sorting on any column including object id should be maintained 
3. Test sorting Asc/Desc on objectid field

@skrishn Test Case

Verified