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:
f02e119
)
MDL-59384 core_calendar: make delete_calendar_events ajax visible
author
Simey Lameze
<simey@moodle.com>
Wed, 12 Jul 2017 11:55:24 +0000
(19:55 +0800)
committer
Simey Lameze
<simey@moodle.com>
Wed, 12 Jul 2017 11:55:24 +0000
(19:55 +0800)
Part of MDL-59333.
lib/db/services.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/db/services.php
b/lib/db/services.php
index
373cd06
..
fb5df2c
100644
(file)
--- a/
lib/db/services.php
+++ b/
lib/db/services.php
@@
-74,6
+74,7
@@
$functions = array(
'classpath' => 'calendar/externallib.php',
'type' => 'write',
'capabilities' => 'moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries',
+ 'ajax' => true,
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
),
'core_calendar_get_calendar_events' => array(