Task sort order is lost when returning to task list for a Job
- Dominant language
- TypeScript
- Stars
- 205
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
The sort order for the list of tasks for a Job is lost if I view the job then go back to the task list. The task I'm looking for is very often at the top or near the top of the list when sorted by "Created" date. I have to sort the list every time as I'm looking through recently executed tasks.
**To Reproduce**
Steps to reproduce the behavior:
1. Click on a Job
2. Sort the list of Tasks by Created
3. Click on the first Task
4. Click the < button, which is located at the top left of the window to return to the list of tasks
5. Notice that the list is no longer sorted by Created; it is sorted by ID which is a pretty horrible default given that IDs are GUIDs.
**Expected behavior**
The sort order of the task list needs to be maintained when clicking the < button or the button for the Job.
**Version (please complete the following information):**
- OS: Windows
- Version: 2.11.0-stable.541
Contributor guide
Assessment
This issue has not been assessed yet.