Insure the LTI_PLACEMENTSECRET is properly initialized on all LTIService code paths

Description

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.

Attachments

1

is depended on by

Activity

Show:

Charles R Severance April 20, 2022 at 10:27 PM

This is in 21.x and 22.x so I am closing it

Andrea Schmidt January 23, 2021 at 1:31 PM

No access to the db, but tested  for assignment grades flow, both on 22x and 21x, and it's working.

22x: https://trunk-mysql.nightly.sakaiproject.org/, build: 45dd028d
21x: https://qa21-mysql.nightly.sakaiproject.org/, build: 8fa13741

Charles R Severance November 3, 2020 at 2:16 PM

The attachment shows a proper database entry with the placementsecret present.

Fixed

Details

Priority

Fix versions

Components

Assignee

Reporter

Created November 3, 2020 at 2:13 PM
Updated April 20, 2022 at 10:27 PM
Resolved November 4, 2020 at 8:50 AM