-
Bug
-
Resolution: Fixed
-
Minor
-
3.1
-
MOODLE_31_STABLE
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
MDL-53392_master -
-
3.2 Sprint 1
There's code in M.mod_assign.init_grade_change (mod/assign/module.js) and mod_assign_mod_form (mod/assign/mod_form.php) that still use the old changegradewarning string which is no longer true as of MDL-48634.
This assignment has graded submissions and changing the grade will not automatically re-calculate existing submission grades. You must re-grade all existing submissions, if you wish to change the grade.
It shows up for people who are not using javascript, which is no longer a requirement but we should still remove the old legacy code from moodle, and avoid confusing someone who may have javascript disabled.
Not sure how to get the alert to show up, but it would be good to investigate into that further.
- Discovered while testing
-
MDL-53300 Incorrect check for modgrade_type
-
- Closed
-
- has been marked as being related by
-
MDL-54745 Remove changegradewarning string and init_grade_change functions from mod_assign
-
- Closed
-
- is a regression caused by
-
MDL-48634 Add option to rescale existing grades when changing max points
-
- Closed
-