Details
-
Type:
Bug
-
Status: Waiting for peer review
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.8.5, 3.9.1
-
Fix Version/s: None
-
Component/s: Forum
-
Testing Instructions:
-
Affected Branches:MOODLE_38_STABLE, MOODLE_39_STABLE
-
Pull from Repository:
-
Pull 3.8 Branch:MDL69662_38
-
Pull 3.9 Branch:MDL69662_39
-
Pull 3.10 Branch:MDL69662_310
-
Pull 3.10 Diff URL:
-
Pull Master Branch:MDL69662_master
-
Pull Master Diff URL:
Description
We use multi lang filter for course name. But the multilang filters dont get interpreted correctly in the navigation of grading header in forums.
I checked the tracker and found this issue https://tracker.moodle.org/browse/MDL-69553
I implemented the change mentioned here but it doesnt work.
My guess is this happens because the coursename is getting derived from a javascript and passed onto the mustache template file. So the coursename never goes through the format_string function which it normally does when it is passed from a php file. Can anybody help me on how I can use the format_string function within the javascript file?