emeneo / moodle-local_course_templates

With this moodle plugin you can easily create courses based on course templates. The plugin also can be used to easily duplicate courses.
11 stars 11 forks source link

Course names, summaries and course categories are not processed through Moodle filters #2

Closed michael-milette closed 6 years ago

michael-milette commented 6 years ago

When I Add Course based on a template, courses, categories and course summaries that contain multilingual text are not processed through Moodle's format_text() or format_string() filter functions. As a result, all of the languages are displayed instead of just the user's current Moodle language.

This affects the list where you choose the Course Templates page (course_templates/index.php) as well as the list where you select your course category (course_templates/index.php?step=2) page.

A pull request to address these issues will be coming shortly.

Best regards,

Michael Milette

michael-milette commented 6 years ago

That should take care of it. Could you please integrate these fixes into the next release of Course Templates?

Let me know if you have any questions or concerns.

Best regards,

Michael