Skip to content

Commit

Permalink
MDL-59384 core_calendar: make delete_calendar_events ajax visible
Browse files Browse the repository at this point in the history
Part of MDL-59333.
  • Loading branch information
lameze committed Jul 12, 2017
1 parent f02e119 commit 542f5af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/db/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
'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(
Expand Down

0 comments on commit 542f5af

Please sign in to comment.