Exception and Send Bug Report page editing a grade in Gradebook Classic
GENERAL
TESTING
GENERAL
TESTING
Description
With Sakai 20.3 and the Gradebook Classic contrib tool, we're seeing a bug where updating a grade in gradebook classic throws an exception
and the line it's failing on in AssignmentDetailsBean.java is
I took a look at the edu-service's GradingEvent class in Sakai 19.6 vs 20.3 and a compareTo() override function was removed and possibly replaced with a Comparator variable, compareByDateGraded?
Anyone have any ideas on how to fix this? add the compareTo() back into edu-services? just comment out the sort... but does something down the line depend on it being sorted?
With Sakai 20.3 and the Gradebook Classic contrib tool, we're seeing a bug where updating a grade in gradebook classic throws an exception
and the line it's failing on in AssignmentDetailsBean.java is
I took a look at the edu-service's GradingEvent class in Sakai 19.6 vs 20.3 and a compareTo() override function was removed and possibly replaced with a Comparator variable, compareByDateGraded?
Anyone have any ideas on how to fix this? add the compareTo() back into edu-services? just comment out the sort... but does something down the line depend on it being sorted?