-
Bug
-
Resolution: Fixed
-
Minor
-
4.3
-
MOODLE_403_STABLE
-
MOODLE_403_STABLE
-
Loading the Data requests page after purging caches (or performing an upgrade), triggers the following notice in webserver logs:
[php:notice] [pid 21] [client 172.23.0.1:34734] Debugging: Invalid get_string() identifier: 'selectedcourses' or component 'tool_dataprivacy'.
|
Perhaps you are missing $string['selectedcourses'] = '';
|
in /var/www/html/admin/tool/dataprivacy/lang/en/tool_dataprivacy.php? in
|
* line 356 of /lib/classes/string_manager_standard.php: call to debugging()
|
* line 109 of /lib/external/externallib.php: call to core_string_manager_standard->get_string()
|
* line ? of unknownfile: call to core_external::get_string()
|
* line 251 of /lib/external/classes/external_api.php: call to call_user_func_array()
|
* line 83 of /lib/ajax/service.php: call to core_external\\external_api::call_external_function()
|
* line 33 of /lib/ajax/service-nologin.php: call to require_once()
|
, referer: http://localhost:8000/admin/tool/dataprivacy/datarequests.php
|
Because it tries to prefetch a non-existing lang string (the correct string is 'selectcourses')
- is a regression caused by
-
MDL-67529 GDPR: Option to filter which courses are included in data requests
- Closed