mirror of
https://github.com/moodle/moodle.git
synced 2025-03-19 23:20:09 +01:00
9 lines
442 B
YAML
9 lines
442 B
YAML
issueNumber: MDL-83185
|
|
notes:
|
|
core_courseformat:
|
|
- message: >-
|
|
Add core_courseformat\base::invalidate_all_session_caches to reset course editor cache for all users when course is changed.
|
|
This method can be used as an alternative to core_courseformat\base::session_cache_reset for resetting the cache for the current user
|
|
in case the change in the course should be reflected for all users.
|
|
type: improved
|