mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
20 lines
1.1 KiB
Plaintext
20 lines
1.1 KiB
Plaintext
This file describes API changes in /admin/tool/dataprivacy/*
|
|
Information provided here is intended especially for developers.
|
|
|
|
=== 4.3 ===
|
|
* New add_request_contexts_with_status function adds the contexts from the contextlist_collection to
|
|
the request with the status provided.
|
|
* New get_approved_contextlist_collection_for_request function finds all request contextlists having
|
|
at least on approved context, and returns them as in a contextlist_collection.
|
|
* New update_request_contexts_with_status function sets the status of all contexts associated with
|
|
the request.
|
|
* New approve_contexts_belonging_to_request function approves the contexts which are children of the
|
|
provided course contexts.
|
|
* New get_course_contexts_for_view_filter function gets list of course context for user to filter.
|
|
* New submit_selected_courses_form function fetches the list of course which user can select to export
|
|
data through form.
|
|
|
|
=== 4.1 ===
|
|
* New `api::can_create_data_download_request_for_self` method for determining whether user has permission to create their
|
|
own data download requests
|