-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
3.8
-
None
-
MOODLE_38_STABLE
Hi,
At login the block Overview on the dashboard doesn't display favourites (starred) courses when user choose it as default display.
It works for other lists (all, in progress, past, ..) but not for favourites courses.
The block Overview displays the default choice instead of user's setting.
I take a look at the code, it seems that since Moodle 3.8, two terms are used :
"favourites" & "starred".
In a 3.8+ server, I temporary solved this by adding in mdl_config_plugins table an entry with :
block_myoverview / displaygroupingfavourites / 1
in addition of
block_myoverview / displaygroupingstarred / 1
Thanks a lot
Bruno
- duplicates
-
MDL-67690 Course Overview doesn't remember Starred filter state
- Closed