mirror of
https://github.com/moodle/moodle.git
synced 2025-03-18 22:50:19 +01:00
Adding a comment about the ext_submit button
This commit is contained in:
parent
58e3a4f371
commit
558be8fcef
@ -290,6 +290,8 @@ function lti_build_request($instance, $typeconfig, $course) {
|
||||
// Add oauth_callback to be compliant with the 1.0A spec
|
||||
$requestparams["oauth_callback"] = "about:blank";
|
||||
|
||||
//The submit button needs to be part of the signature as it gets posted with the form.
|
||||
//This needs to be here to support launching without javascript.
|
||||
$submittext = get_string('press_to_submit', 'lti');
|
||||
$requestparams["ext_submit"] = $submittext;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user