-
Bug
-
Resolution: Fixed
-
Major
-
4.0.6
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE, MOODLE_401_STABLE
-
MDL-77003-401 -
See screenshot:
The values "X of Y" are available in the template context, but are not being rendered within the language string when the template is rendered via Javascript (it works fine when rendered server side via PHP)
Regression appears to be caused by MDL-76508, given we now explicitly check only for {" (curly bracket + double quote), meaning any extra whitespace (as in the plan template) now causes the template to not recognise it as a valid JSON object - in which case we do not pass the correct values to be interpolated into the language string
- is a regression caused by
-
MDL-76508 Syntax error block Course Overview when { is being used in the course name
- Closed