Fixed
Details
Priority
MinorComponents
Assignee
Charles R SeveranceCharles R SeveranceReporter
Charles R SeveranceCharles R SeveranceLabels
Details
Details
Priority
Components
Assignee
Charles R Severance
Charles R SeveranceReporter
Charles R Severance
Charles R SeveranceLabels
Created November 3, 2020 at 2:13 PM
Updated April 20, 2022 at 10:27 PM
Resolved November 4, 2020 at 8:50 AM
LTI Content Items (lti_content) need to have a field called the placementsecret populated with a random UUID in order for grades to flow. The LTIService insures that this value is properly set when calling this method:
public Object insertToolContent(String id, String toolId, Properties reqProps, String siteId)
But is not set when calling these methods:
public Object insertContent(Properties newProps, String siteId)
public Object insertContentDao(Properties newProps, String siteId)
The result is entries where grades seem not to flow depending on which methods within the various code paths are used to create the content items.
While this does not fix a user-reported problem in Sakai-20 - it would be nice to back-port this bug fix in case more of the -21 code (i.e. assignments) moves back to 20.