Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.3
-
Fix Version/s: 2.4
-
Component/s: Web Services
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_23_STABLE
-
Fixed Branches:MOODLE_24_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-32919-core_course_import_course -
Pull Master Diff URL:
Description
This web service function will import the activites, blocks and filters from a course to an existing one
It's a copy of the current backup Import functionallity in Moodle
Parameters:
----------
importfrom - int The id of the course we are importing from
importto - int The id of the course we are importing to
deletecontent - int Delete the content of the course we are importing to
backup settings - struct of key value:
Possible keys:
'activities' => 'Default to 1',
'blocks' => 'Default to 1',
'filters' => 'Default to 1',
Return value:
-----------
null
Attachments
Issue Links
- has a non-specific relationship to
-
MDL-29934 Web service API Roadmap
-
- Open
-