mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-63942 dataprivacy: Disable deleted user task by default
This commit is contained in:
parent
08c51ff080
commit
a10b512021
2 changed files with 3 additions and 2 deletions
|
@ -57,6 +57,7 @@ $tasks = array(
|
|||
'hour' => 'R',
|
||||
'day' => '*',
|
||||
'dayofweek' => '*',
|
||||
'month' => '*'
|
||||
'month' => '*',
|
||||
'disabled' => true,
|
||||
),
|
||||
);
|
||||
|
|
|
@ -24,6 +24,6 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die;
|
||||
|
||||
$plugin->version = 2018100406;
|
||||
$plugin->version = 2018110900;
|
||||
$plugin->requires = 2018050800; // Moodle 3.5dev (Build 2018031600) and upwards.
|
||||
$plugin->component = 'tool_dataprivacy';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue