Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
This file describes API changes in /admin/tool/dataprivacy/*
2
Information provided here is intended especially for developers.
3
 
4
=== 4.4 ===
5
* tool_dataprivacy\external\data_request_exporter now returns and additional optional field "downloadlink"
6
  with the link to download a zip file containing the results of an export data request.
7
 
8
=== 4.3 ===
9
* New add_request_contexts_with_status function adds the contexts from the contextlist_collection to
10
  the request with the status provided.
11
* New get_approved_contextlist_collection_for_request function finds all request contextlists having
12
  at least on approved context, and returns them as in a contextlist_collection.
13
* New update_request_contexts_with_status function sets the status of all contexts associated with
14
  the request.
15
* New approve_contexts_belonging_to_request function approves the contexts which are children of the
16
  provided course contexts.
17
* New get_course_contexts_for_view_filter function gets list of course context for user to filter.
18
* New submit_selected_courses_form function fetches the list of course which user can select to export
19
  data through form.
20
 
21
=== 4.1 ===
22
* New `api::can_create_data_download_request_for_self` method for determining whether user has permission to create their
23
  own data download requests