-
Bug
-
Resolution: Fixed
-
Minor
-
3.8.1, 3.9
-
MOODLE_38_STABLE, MOODLE_39_STABLE
-
MOODLE_38_STABLE
-
MDL-67690-master -
For some reason Starred isn't sticky like all the other filter states.
If you set the filter state to Starred in the Course Overview block, when you come back to the dashboard it will be set to "All (Except removed from view)".
Details provided by Bruno Malaval
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
- caused a regression
-
MOBILE-3349 Cannot read property 'value' of undefined: displaygroupingstarred
- Closed
- is duplicated by
-
MDL-67716 Block overview doesn't display favourites/starred courses on dashboard at login
- Closed