MDL-61899 tool_dataprivacy: Subject access requests tool
This commit is composed of different issues, most of them under
MDL-61306:
- MDL-61888, MDL-61785, MDL-61830, MDL-61874, MDL-59720,
MDL-61486, MDL-61697, MDL-61798, MDL-61685, MDL-61682,
MDL-61684, MDL-61618, MDL-61681, MDL-61680, MDL-61487,
MDL-61499, MDL-61500, MDL-61362 and MDL-59718
Contributions to this patch by:
- Jun Pataleta
- David Monllao
- Andrew Nicols
- Adrian B. Greeve
- Jake Dallimore
- Sara Arjona
2018-04-08 18:04:59 +02:00
|
|
|
{{!
|
|
|
|
This file is part of Moodle - http://moodle.org/
|
|
|
|
|
|
|
|
Moodle is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
Moodle is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more comments.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
}}
|
|
|
|
{{!
|
|
|
|
@template tool_dataprivacy/data_requests
|
|
|
|
|
|
|
|
Data requests page.
|
|
|
|
|
|
|
|
Classes required for JS:
|
|
|
|
* requestactions
|
|
|
|
|
|
|
|
Data attributes required for JS:
|
|
|
|
* none
|
|
|
|
|
|
|
|
Context variables required for this template:
|
2018-05-02 22:51:17 +08:00
|
|
|
* newdatarequesturl string The URL pointing to the data request creation page.
|
|
|
|
* datarequests string The HTML of the data requests table.
|
MDL-61899 tool_dataprivacy: Subject access requests tool
This commit is composed of different issues, most of them under
MDL-61306:
- MDL-61888, MDL-61785, MDL-61830, MDL-61874, MDL-59720,
MDL-61486, MDL-61697, MDL-61798, MDL-61685, MDL-61682,
MDL-61684, MDL-61618, MDL-61681, MDL-61680, MDL-61487,
MDL-61499, MDL-61500, MDL-61362 and MDL-59718
Contributions to this patch by:
- Jun Pataleta
- David Monllao
- Andrew Nicols
- Adrian B. Greeve
- Jake Dallimore
- Sara Arjona
2018-04-08 18:04:59 +02:00
|
|
|
|
|
|
|
Example context (json):
|
|
|
|
{
|
2018-05-02 22:51:17 +08:00
|
|
|
"newdatarequesturl": "#",
|
|
|
|
"datarequests": "<table><tr><td>This is the table where the list of data requests will be rendered</td></tr></table>",
|
|
|
|
"filter": {
|
|
|
|
"action": "#",
|
|
|
|
"filteroptions": [
|
|
|
|
{
|
|
|
|
"value": "1",
|
|
|
|
"label": "Option 1"
|
MDL-61899 tool_dataprivacy: Subject access requests tool
This commit is composed of different issues, most of them under
MDL-61306:
- MDL-61888, MDL-61785, MDL-61830, MDL-61874, MDL-59720,
MDL-61486, MDL-61697, MDL-61798, MDL-61685, MDL-61682,
MDL-61684, MDL-61618, MDL-61681, MDL-61680, MDL-61487,
MDL-61499, MDL-61500, MDL-61362 and MDL-59718
Contributions to this patch by:
- Jun Pataleta
- David Monllao
- Andrew Nicols
- Adrian B. Greeve
- Jake Dallimore
- Sara Arjona
2018-04-08 18:04:59 +02:00
|
|
|
},
|
2018-05-02 22:51:17 +08:00
|
|
|
{
|
|
|
|
"value": "2",
|
|
|
|
"label": "Option 2",
|
|
|
|
"selected": true
|
MDL-61899 tool_dataprivacy: Subject access requests tool
This commit is composed of different issues, most of them under
MDL-61306:
- MDL-61888, MDL-61785, MDL-61830, MDL-61874, MDL-59720,
MDL-61486, MDL-61697, MDL-61798, MDL-61685, MDL-61682,
MDL-61684, MDL-61618, MDL-61681, MDL-61680, MDL-61487,
MDL-61499, MDL-61500, MDL-61362 and MDL-59718
Contributions to this patch by:
- Jun Pataleta
- David Monllao
- Andrew Nicols
- Adrian B. Greeve
- Jake Dallimore
- Sara Arjona
2018-04-08 18:04:59 +02:00
|
|
|
},
|
2018-05-02 22:51:17 +08:00
|
|
|
{
|
|
|
|
"value": "3",
|
|
|
|
"label": "Option 3",
|
|
|
|
"selected": true
|
2018-06-12 10:11:52 +08:00
|
|
|
}
|
2018-05-02 22:51:17 +08:00
|
|
|
]
|
|
|
|
}
|
MDL-61899 tool_dataprivacy: Subject access requests tool
This commit is composed of different issues, most of them under
MDL-61306:
- MDL-61888, MDL-61785, MDL-61830, MDL-61874, MDL-59720,
MDL-61486, MDL-61697, MDL-61798, MDL-61685, MDL-61682,
MDL-61684, MDL-61618, MDL-61681, MDL-61680, MDL-61487,
MDL-61499, MDL-61500, MDL-61362 and MDL-59718
Contributions to this patch by:
- Jun Pataleta
- David Monllao
- Andrew Nicols
- Adrian B. Greeve
- Jake Dallimore
- Sara Arjona
2018-04-08 18:04:59 +02:00
|
|
|
}
|
|
|
|
}}
|
|
|
|
|
2018-05-09 11:19:45 +08:00
|
|
|
{{#httpsite}}
|
|
|
|
{{> core/notification_warning}}
|
|
|
|
{{/httpsite}}
|
|
|
|
|
MDL-61899 tool_dataprivacy: Subject access requests tool
This commit is composed of different issues, most of them under
MDL-61306:
- MDL-61888, MDL-61785, MDL-61830, MDL-61874, MDL-59720,
MDL-61486, MDL-61697, MDL-61798, MDL-61685, MDL-61682,
MDL-61684, MDL-61618, MDL-61681, MDL-61680, MDL-61487,
MDL-61499, MDL-61500, MDL-61362 and MDL-59718
Contributions to this patch by:
- Jun Pataleta
- David Monllao
- Andrew Nicols
- Adrian B. Greeve
- Jake Dallimore
- Sara Arjona
2018-04-08 18:04:59 +02:00
|
|
|
<div data-region="datarequests">
|
2019-03-29 11:39:23 +08:00
|
|
|
<div class="mt-1 mb-1">
|
2019-03-29 12:16:36 +08:00
|
|
|
<div class="float-right">
|
2018-05-02 22:51:17 +08:00
|
|
|
<a href="{{newdatarequesturl}}" class="btn btn-primary" data-action="new-request">
|
|
|
|
{{#str}}newrequest, tool_dataprivacy{{/str}}
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
{{#filter}}
|
|
|
|
{{>tool_dataprivacy/request_filter}}
|
|
|
|
{{/filter}}
|
|
|
|
</div>
|
|
|
|
|
2019-03-29 11:39:23 +08:00
|
|
|
<div class="mt-1 mb-1" data-region="data-requests-table">
|
2018-05-02 22:51:17 +08:00
|
|
|
{{{datarequests}}}
|
MDL-61899 tool_dataprivacy: Subject access requests tool
This commit is composed of different issues, most of them under
MDL-61306:
- MDL-61888, MDL-61785, MDL-61830, MDL-61874, MDL-59720,
MDL-61486, MDL-61697, MDL-61798, MDL-61685, MDL-61682,
MDL-61684, MDL-61618, MDL-61681, MDL-61680, MDL-61487,
MDL-61499, MDL-61500, MDL-61362 and MDL-59718
Contributions to this patch by:
- Jun Pataleta
- David Monllao
- Andrew Nicols
- Adrian B. Greeve
- Jake Dallimore
- Sara Arjona
2018-04-08 18:04:59 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{#js}}
|
|
|
|
// Initialise the JS.
|
|
|
|
require(['tool_dataprivacy/requestactions'], function(ActionsMod) {
|
|
|
|
new ActionsMod();
|
|
|
|
});
|
|
|
|
{{/js}}
|