Skip to content

Commit

Permalink
MDL-58333 core_calendar: Make WS available to Mobile
Browse files Browse the repository at this point in the history
Part of MDL-55611 epic.
  • Loading branch information
andrewnicols authored and danpoltawski committed Apr 4, 2017
1 parent 80ece08 commit 569d091
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/db/services.php
Expand Up @@ -83,6 +83,7 @@
'type' => 'read',
'capabilities' => 'moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries',
'ajax' => true,
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
),
'core_calendar_get_action_events_by_course' => array(
'classname' => 'core_calendar_external',
Expand All @@ -92,6 +93,7 @@
'type' => 'read',
'capabilities' => 'moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries',
'ajax' => true,
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
),
'core_calendar_get_action_events_by_courses' => array(
'classname' => 'core_calendar_external',
Expand All @@ -101,6 +103,7 @@
'type' => 'read',
'capabilities' => 'moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries',
'ajax' => true,
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
),
'core_cohort_add_cohort_members' => array(
'classname' => 'core_cohort_external',
Expand Down

0 comments on commit 569d091

Please sign in to comment.