Having two getters on model objects are causing problems in gradebook helpers

Description

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.

Attachments

1
  • 06 Oct 2008, 10:51 AM

Activity

Jonathan Cook July 19, 2010 at 9:16 AM

2.6.x,r79639

Jonathan Cook July 2, 2010 at 1:38 PM

should be merged to 2.6.x

Anthony Whyte March 29, 2010 at 6:04 AM

In common-1.0.x branch.

Michelle Wagner October 8, 2008 at 5:51 AM

r53239

Ray Davis October 6, 2008 at 11:06 AM

Sounds like the same design problem as https://sakaiproject.atlassian.net/browse/SAK-13672#icft=SAK-13672 ....

Fixed

Details

Priority

Affects versions

Fix versions

Assignee

Reporter

Created October 6, 2008 at 10:51 AM
Updated March 14, 2011 at 1:29 AM
Resolved October 8, 2008 at 5:50 AM