sakai
sakai copied to clipboard
SAK-46837 Assignment submission export should sorting correctly when there are spaces
When exporting submissions from an assignment, the grade spreadsheets use AssignmentSubmissionComparator, which has code duplication and minor inconsistencies from comparators used elsewhere in Sakai. Make it use UserSortNameComparator when appropriate.
Makes sense to me. @ern?
Nice unit tests!