mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-66074 core_form: Foce point value to always be 100
This commit is contained in:
parent
9f1195fa66
commit
072ee7f750
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ class MoodleQuickForm_modgrade extends MoodleQuickForm_group {
|
|||
}
|
||||
} else {
|
||||
$this->gradetypeformelement->setValue('none');
|
||||
$this->maxgradeformelement->setValue('');
|
||||
$this->maxgradeformelement->setValue(100);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue