-
Improvement
-
Resolution: Fixed
-
Minor
-
2.4.6, 2.5.2
-
MOODLE_24_STABLE, MOODLE_25_STABLE
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
41997-26
-
- Run unit tests - they now cover it.
- Disable cache stores by adding define('CACHE_DISABLE_STORES', true); to your config.php
- Browse the front page of the site, make sure you can still see your categories.
If you disable all cache stores as follows then request and session caches never succeed.
With stores disabled things should still persist for the request.
define('CACHE_DISABLE_STORES', true);
|
- Testing discovered
-
MDL-41942 Courses in categories invisible
-
- Closed
-