mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-59171 mod_lti: Set mod_lti_view_lti's type to 'read'
This commit is contained in:
parent
4c6063bff9
commit
9332accdc5
@ -49,7 +49,7 @@ $functions = array(
|
||||
'classname' => 'mod_lti_external',
|
||||
'methodname' => 'view_lti',
|
||||
'description' => 'Trigger the course module viewed event and update the module completion status.',
|
||||
'type' => 'write',
|
||||
'type' => 'read',
|
||||
'capabilities' => 'mod/lti:view',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE)
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user