Skip to:
Clicking on an assignment title on the overview page generates this error in the logs, and the assignment is not displayed (stays on overview page).
Reproduced on nightly2 12.x:
Add Assignments and new GB to a site
Create an assignment
In Administration Workspace, add GB Classic to the site
Click on GB Classic tool
Click on assignment name
https://qa2-us.nightly.sakaiproject.org/portal/site/FYWU_066B_0913/tool/a9828954-83dd-48ea-a9a4-34b505693a8c/overview
NPE from ASsignmetnDetailsBean.
Caused by: java.lang.NullPointerExceptionat java.util.Collections.sort(Collections.java:141)at org.sakaiproject.tool.gradebook.ui.AssignmentDetailsBean$ScoreRow.<init>(AssignmentDetailsBean.java:90)
Tested on our 12.x dev server and it resolved the issue.
Ok, this is a regression from KNL-945. Thanks!
Clicking on an assignment title on the overview page generates this error in the logs, and the assignment is not displayed (stays on overview page).
Reproduced on nightly2 12.x:
Add Assignments and new GB to a site
Create an assignment
In Administration Workspace, add GB Classic to the site
Click on GB Classic tool
Click on assignment name
https://qa2-us.nightly.sakaiproject.org/portal/site/FYWU_066B_0913/tool/a9828954-83dd-48ea-a9a4-34b505693a8c/overview
NPE from ASsignmetnDetailsBean.
Caused by: java.lang.NullPointerException
at java.util.Collections.sort(Collections.java:141)
at org.sakaiproject.tool.gradebook.ui.AssignmentDetailsBean$ScoreRow.<init>(AssignmentDetailsBean.java:90)