Skip to content

Commit

Permalink
PM-43048 Review adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
mst-kialo committed Oct 20, 2023
1 parent 4bb8063 commit 31a3655
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
### v1.0.24 (Build - 2023101801)

* Reintroduce discussionurl
* Do not create new deployment ids per activity
* Minor internal improvements.

### v1.0.23 (Build - 2023092701)

* Send plugin version number to Kialo.
* Fix help center link
* Fix help center link.

### v1.0.22 (Build - 2023091401)

Expand Down
4 changes: 2 additions & 2 deletions classes/lti_flow.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,15 @@ public static function init_resource_link(

return self::build_platform_originating_launch(
LtiMessageInterface::LTI_MESSAGE_TYPE_RESOURCE_LINK_REQUEST,
$discussionurl, // Unused, as the final destination URL will be decided by our backend.
$discussionurl,
$deploymentid,
$moodleuserid,
$courseid,
$roles,
[
// The resource link claim is required in the spec, but we don't use it
// https://www.imsglobal.org/spec/lti/v1p3#resource-link-claim.
new ResourceLinkClaim('resource-link-' . $deploymentid, '', ''),
new ResourceLinkClaim('resource-link-' . $coursemoduleid, '', ''),
],
);
}
Expand Down

0 comments on commit 31a3655

Please sign in to comment.