Skip to content

Commit

Permalink
SAK-44850 Set sortName to displayName when anon grading (sakaiproject…
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianfish authored Jan 13, 2021
1 parent 056f795 commit 4147df4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,7 @@ public SimpleSubmitter(AssignmentSubmissionSubmitter ass, boolean anonymousGradi
this.sortName = user.getSortName();
} else {
this.displayName = ass.getSubmission().getId() + " " + rb.getString("grading.anonymous.title");
this.sortName = this.displayName;
}
} catch (UserNotDefinedException e) {
this.displayName = this.id;
Expand Down

0 comments on commit 4147df4

Please sign in to comment.