Commit b740936
committed
fix descending sort of teacher activity report
closes CNVS-18629
Currently, when sorting the teacher activity report by the ungraded
assignments column, for cells with multiple ungraded assignments,
it will sort in 'descending order' by the most recently submitted assignment,
as opposed to the oldest submitted assignment. This fixes that issue.
Test plan
- Create multiple ungraded assignments for several students
- Go to the teacher activity report as a teacher
- When sorting the table by ungraded assignments descending,
the rows should sort the table by the oldest submitted assignment
in each cell, as opposed to the newest.
Change-Id: I88463f2888c1aa876721957b5ab4ac234f6b5513
Reviewed-on: https://gerrit.instructure.com/48917
Tested-by: Jenkins
Reviewed-by: Spencer Olson <solson@instructure.com>
QA-Review: Amber Taniuchi <amber@instructure.com>
Product-Review: Josh Simpson <jsimpson@instructure.com>1 parent a99c397 commit b740936
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments