Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c6063b
)
MDL-59171 mod_lti: Set mod_lti_view_lti's type to 'read'
author
Jun Pataleta
<jun@moodle.com>
Wed, 7 Jun 2017 04:14:40 +0000
(12:14 +0800)
committer
Jun Pataleta
<jun@moodle.com>
Mon, 12 Jun 2017 00:33:49 +0000
(08:33 +0800)
mod/lti/db/services.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/lti/db/services.php
b/mod/lti/db/services.php
index
02d24ad
..
c90397a
100644
(file)
--- a/
mod/lti/db/services.php
+++ b/
mod/lti/db/services.php
@@
-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)
),