forked from sakaiproject/sakai
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SAK-29117 when viewing an individual student's course grade, differen…
…t calculations were being done in the getStudentCourseGradeRecord method than were being done in the All Grades page that uses getPointsEarnedCourseGradeRecords. So this commit removes getStudentCourseGradeRecord because it is incorrect and stays consistent for the individual student display by calling the same method getPointsEarnedCourseGradeRecords.
- Loading branch information
Showing
9 changed files
with
32 additions
and
683 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.