Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.8.2, 2.9.2, 3.0
-
Component/s: External Tool (IMS-LTI)
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_28_STABLE, MOODLE_29_STABLE, MOODLE_30_STABLE
-
Fixed Branches:MOODLE_28_STABLE, MOODLE_29_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-49143-master -
Pull Master Diff URL:
-
Sprint:Team Both Sprint 1
Description
in 2.8(.2), when using the lti_build_request(..) method (in mod/lti/locallib.php) - the request params returned by that function does not include resource_link_id.
in comparison to the new method - lti_build_standard_request - there this parameter is being added.
if there was no good reason to drop it - I think it should be placed back into the lti_build_request function.