Fixed bug with gradebookroles

This commit is contained in:
PMKuipers 2024-04-30 10:36:01 +02:00
parent be0141eb7b
commit 97ce14fe20

View File

@ -50,6 +50,9 @@ foreach ($mappings as $cfg) {
}
print $OUTPUT->header();
print "<pre>";
print $CFG->gradebookroles;
print "</pre>";
if ($_POST["action"] == "update") {
// First loop through the scales to see which need to be updated.