Skip to content

Commit

Permalink
Add a comment about the new permission
Browse files Browse the repository at this point in the history
  • Loading branch information
steveswinsburg committed Sep 28, 2015
1 parent 14ba8b6 commit 113828f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,12 @@ public Map<String, String> getImportCourseGrade(String gradebookUid, boolean use

try
{
//There is a new permission for course grade visibility for TA's as part of GradebookNG.
//However the permission cannot be added here as it is not backwards compatible with Gradebook classique
// and would mean that all existing permissions need to be updated to add it.
//See GradebookNgBusinessService.isCourseGradeVisible.
//At some point it should be migrated and a DB conversion performed.

Gradebook thisGradebook = getGradebook(gradebookUid);

List assignList = getAssignmentsCounted(thisGradebook.getId());
Expand Down

0 comments on commit 113828f

Please sign in to comment.