Fixed
Details
Priority
MajorAffects versions
Components
Assignee
Michelle WagnerMichelle WagnerReporter
Michelle WagnerMichelle Wagner
Details
Details
Priority
Affects versions
Components
Assignee
Michelle Wagner
Michelle WagnerReporter
Michelle Wagner
Michelle WagnerCreated October 6, 2008 at 10:51 AM
Updated March 14, 2011 at 1:29 AM
Resolved October 8, 2008 at 5:50 AM
New Boolean properties were added to 2.6 gradebook in anticipation of UCD's gradebook work (see https://sakaiproject.atlassian.net/browse/SAK-13646#icft=SAK-13646) - extraCredit and excludedFromGrade
Two getter methods were added for each:
getExtraCredit and isExtraCredit
getExcludedFromGrade and isExcludedFromGrade
Having two getters is causing problems with the existing rsf gradebook helpers which seem to rely on there being only one (see attached stack trace from the log). Per James Renfro, we will remove the get* methods and leave the is* methods.