Details
-
Type:
Bug
-
Status: RESOLVED
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 21.0 [Tentative], 22.0 [Tentative]
-
Component/s: BasicLTI
-
Labels:None
-
21 Status:Resolved
-
Test Plan:
Description
When Lessons is receiving the results of a LTI Import Content item return (Lessons -> More Tools -> External Tool Import) - it does not receive the return URL properly so as to reestablish the Sakai session cookie in the iframe in the latest browsers. So after you ask for the import to happen you get the dreaded login screen.
This is the "content migration" placement. Other Lessons placements for content item / deep linking work fine.
The strategy is to take some of the over-simplified ContentItem processing code and move it into LTIAdmin tool where it can share code and testing and implementation with the rest of the deep link / content item stuff is done (including the ugly / complex effort to recover cookies)
This also will make this feature work both with Content Item (LTI 1.1) and Deep Linking (LTI Advantage). Currently it only works with LTI 1.1.