Skip to content

Commit

Permalink
SAK-49944 - Fix Add External Tool (LTI 1.1) as an Assignment Type (sa…
Browse files Browse the repository at this point in the history
  • Loading branch information
csev authored Jun 10, 2024
1 parent 6d94174 commit 8650485
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,7 @@ private void doContentPutInternal(RunData data, Context context, Properties reqP
}
}

String returnUrl = reqProps.getProperty("returnUrl");
String returnUrl = Base64DoubleUrlEncodeSafe.decode(reqProps.getProperty("returnUrl"));
String flow = data.getParameters().getString(FLOW_PARAMETER);
if (returnUrl != null) {
if (id != null) {
Expand Down

0 comments on commit 8650485

Please sign in to comment.