-
Bug
-
Resolution: Fixed
-
Minor
-
3.3.5, 3.4.2, 3.5
-
MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
-
MOODLE_33_STABLE, MOODLE_34_STABLE
-
MDL-62425-master -
One area which we've missed is core - as in, lib/classes.
We need to:
- include this in the list of components returned in privacy\classes\manager.php::get_component_list
- update the plugin registry to use this
- implement the provider
Tables to include:
- config_log
- upgrade_log
- task_adhoc
- events_queue
- Discovered while testing
-
MDL-62147 Make sure every table in lib/db/install.xml has a core subsystem responsible for it
- Closed