-
Improvement
-
Resolution: Fixed
-
Minor
-
3.4.2
-
MOODLE_34_STABLE
-
MOODLE_33_STABLE, MOODLE_34_STABLE
-
wip-
MDL-62138-master -
- CI
core_component::fetch_subsystems() :
'hub' => null,
|
'publish' => $CFG->dirroot.'/course/publish',
|
'register' => $CFG->dirroot.'/'.$CFG->admin.'/registration', // Broken badly if $CFG->admin changed.
|
lib/classes/hub/, lang/en/hub.php - present, contain classes and strings for all three subsystems
admin/registration/classes/ and lang/en/register.php - created during GDPR work for privacy API implementations
course/publish/classes/, lang/en/publish.php - do not exist but would need to be created for privacy API implementations otherwise, see MDL-62136
Basically, there is no reason for components core_publish and core_reigster to exist
- caused a regression
-
MDL-62312 "Register your site" page is broken missing "register" renderer
- Closed
- has a non-specific relationship to
-
MDL-61945 Implement providers for core_register
- Closed
- has been marked as being related by
-
MDL-62136 Implement providers for core_hub and core_publish
- Closed
- is duplicated by
-
MDL-62148 Remove subsystems core_register and core_publish
- Closed