mdjnelson / moodle-mod_customcert

Enables the creation of dynamically generated certificates with complete customisation via the web browser.
https://moodle.org/plugins/mod_customcert
GNU General Public License v3.0
90 stars 158 forks source link

Activity title and description shown twice in Moodle 4.0 #521

Closed leonstr closed 1 year ago

leonstr commented 1 year ago

The mod_customcert instance's title and description are shown twice in Moodle 4.0 on page mod/customcert/view.php?id=.

customcert_title

See also this forum post.

leonstr commented 1 year ago

Presumably this is due to MDL-72413, see also the dev docs.

leonstr commented 1 year ago

Added PR https://github.com/mdjnelson/moodle-mod_customcert/pull/522

leonstr commented 1 year ago

Added PR #523 which hopefully addresses this across all affected pages.

mdjnelson commented 1 year ago

Thanks, cherry-picked. :)