Skip to content

Commit

Permalink
MDL-59171 mod_lti: Set mod_lti_view_lti's type to 'read'
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Jun 12, 2017
1 parent 7624f86 commit abeb033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/lti/db/services.php
Expand Up @@ -49,7 +49,7 @@
'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)
),
Expand Down

0 comments on commit abeb033

Please sign in to comment.