Fixed
Details
Priority
MajorAffects versions
Fix versions
Components
Assignee
Charles R SeveranceCharles R SeveranceReporter
Matthew JonesMatthew Jones
Details
Details
Priority
Affects versions
Fix versions
Components
Assignee
Charles R Severance
Charles R SeveranceReporter
Matthew Jones
Matthew JonesCreated July 7, 2017 at 11:05 AM
Updated April 24, 2019 at 9:10 AM
Resolved July 27, 2017 at 8:29 AM
Creating an LTI Tool through the external tools admin (Install LTI Tool) then adding it to a template site (like !user) doesn't work. The tool works in the template site but then doesn't work in the users My Workspace. It says "Not yet configured".
It seems like this process should work but I'm not sure what's missing. Adding a tool through the old method in the IMSBLTIPortlet did work correctly.
When going to the tool this stack trace is generated
which is on the line
String source = placement.getPlacementConfig().getProperty(SOURCE);
The tool is added with a new source property that matches the new site like
source = /access/basiclti/site/~a40ab10f-c40b-4648-94c0-f51fb5222a4e/content:1
But I don't know enough about how that works.
See test plan for a quick test.
I live streamed this fix https://www.youtube.com/watch?v=KFWEeLRyzD4&list=PLlRFEj9H3Oj4KuQxx0Utu3ob22NY12Wn4&index=22