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

521 Fix: title and description shown twice #522

Closed leonstr closed 1 year ago

leonstr commented 1 year ago

Removed code to show this activity's title and description as this is handled by the activity header class in Moodle 4.0 (see MDL-72413 and https://moodledev.io/docs/devupdate#the-activity-header-class).

This is a new MOODLE_400_BRANCH with $plugin->requires = 2022041900 because this change is specifically for Moodle 4.0 or later.

leonstr commented 1 year ago

This change needs more work as there are other affected pages in the plugin.