-
Bug
-
Resolution: Fixed
-
Minor
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
wip_
MDL-73719_master -
In MDL-73347, there is a new setting 'unaddableblocks', this in both the Boost and Classic themes is created with the additional callback line:
$setting->set_updatedcallback('theme_reset_all_caches');
However, the code makes no changes to the CSS / SCSS and only affects the PHP code (https://github.com/sarjona/moodle/compare/0e188470b1...MDL-73347-master), thus is pointless and will mean a cache refresh causing a page load delay when the setting is changed and yet that is not required.
- is a regression caused by
-
MDL-73347 Let themes define un-addable blocks
-
- Closed
-
- Testing discovered
-
MDLSITE-6616 Multiline inline comments are ugly.
-
- Closed
-