Commit 81a4c10a authored by Gold's avatar Gold Committed by Kristina Hoeppner
Browse files

Bug 1951482: Remove empty LtiLinkId parameter



Brightspace cannot handle it being empty. Before this change was made
in Brightspace, the empty parameter was required for the deep link
to work.

Change-Id: I2f6a528ba87fadf7a7cc50bbb77c53696be57b06
Signed-off-by: default avatarGold <gold@catalyst.net.nz>
parent 7fb85d1d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -74,7 +74,6 @@ $portfolio_title = $portfolio->get($link_text_field);
$resource = LTI\LTI_Deep_Link_Resource::new()
  ->set_url(get_config('wwwroot') . 'module/lti_advantage/login.php')
  ->set_custom_params([
    'LtiLinkId' => '',
    'PublicUrl' => $portfolio_url,
  ])
  ->set_title($portfolio_title);