MDL-61899 tool_dataprivacy: Removing unnecessary dependencies
Includes MDL-61489
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
c2aad2188a
commit
aaae3c8c82
@@ -15,10 +15,10 @@
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* Data registry renderable.
|
||||
* Contains the data registry compliance renderable.
|
||||
*
|
||||
* @package tool_dataprivacy
|
||||
* @copyright 2018 David Monllao
|
||||
* @copyright 2018 Adrian Greeve
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
namespace tool_dataprivacy\output;
|
||||
@@ -28,10 +28,6 @@ use renderable;
|
||||
use renderer_base;
|
||||
use templatable;
|
||||
|
||||
require_once($CFG->libdir . '/coursecatlib.php');
|
||||
require_once($CFG->dirroot . '/' . $CFG->admin . '/tool/dataprivacy/lib.php');
|
||||
require_once($CFG->libdir . '/blocklib.php');
|
||||
|
||||
/**
|
||||
* Class containing the data registry compliance renderable
|
||||
*
|
||||
|
||||
@@ -62,9 +62,7 @@ $string['datadeletionpagehelp'] = 'This page lists the contexts that are already
|
||||
$string['dataprivacy:makedatarequestsforchildren'] = 'Make data requests for children';
|
||||
$string['dataprivacy:managedatarequests'] = 'Manage data requests';
|
||||
$string['dataprivacy:managedataregistry'] = 'Manage data registry';
|
||||
$string['dataprivacysettings'] = 'Data privacy settings';
|
||||
$string['dataregistry'] = 'Data registry';
|
||||
$string['dataregistrysetup'] = 'Settings';
|
||||
$string['datarequestemailsubject'] = 'Data request: {$a}';
|
||||
$string['datarequests'] = 'Data requests';
|
||||
$string['daterequested'] = 'Date requested';
|
||||
|
||||
Reference in New Issue
Block a user