MDL-64641 calendar: Including missing WS in the mobile service

This commit is contained in:
Juan Leyva 2019-02-11 13:32:10 +01:00
parent 280cfdf05c
commit ef38c5a531

View File

@ -138,6 +138,7 @@ $functions = array(
'type' => 'write',
'capabilities' => 'moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries',
'ajax' => true,
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
),
'core_calendar_create_calendar_events' => array(
'classname' => 'core_calendar_external',
@ -215,6 +216,7 @@ $functions = array(
'type' => 'write',
'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',