Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.4.1
-
Fix Version/s: 2.5
-
Component/s: Blocks
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_24_STABLE
-
Fixed Branches:MOODLE_25_STABLE
-
Pull from Repository:
-
Pull Master Branch:wip-
MDL-37615-m25 -
Pull Master Diff URL:
Description
There are several things wrong with the section links block:
- Block instance configuration doesn't work. Still has config_instance.html file, should be using edit_form.php.
- Doesn't conform with our current coding style.
- Could be made more effecient by using modinfo cache.
- Could be using a renderer.
Just to get started....