-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.2, 3.10, 4.0
-
MOODLE_310_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE
-
MOODLE_39_STABLE
-
MDL-69698-master-licensecache -
This was originally reported as an MDLSITE issue affecting moodle.org:
When uploading a new plugin version the 'Choose licence' language is not the language of the user.
During the triage, it was confirmed and detected that this is actually an MDL core bug.
In the license_manager::get_licenses() caching was introduced as a part of MDL-45184. The list of all licenses is being cached in MUC, including the localised full name of license. So depending on user's current language (the lucky one who initialised the cache rebuilt), the cache is populated in that language and then displayed as such to everybody.
We must not cache the localised full names, only the short names.
- has been marked as being related by
-
MDLSITE-6129 Timeout on uploading new version of plugin to plugins directory
- Resolved
- is a regression caused by
-
MDL-45184 Create user interface to add/delete new licenses
- Closed