MDL-59384 core_calendar: make delete_calendar_events ajax visible
authorSimey Lameze <simey@moodle.com>
Wed, 12 Jul 2017 11:55:24 +0000 (19:55 +0800)
committerSimey Lameze <simey@moodle.com>
Wed, 12 Jul 2017 11:55:24 +0000 (19:55 +0800)
Part of MDL-59333.

lib/db/services.php

index 373cd06..fb5df2c 100644 (file)
@@ -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(