-
Bug
-
Resolution: Fixed
-
Minor
-
3.8.5, 3.9.2, 3.10
-
MOODLE_310_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
MOODLE_38_STABLE, MOODLE_39_STABLE
-
master-
MDL-69791 -
How to replicate:
- Create a course.
- Enrol yourself.
- Add an assignment activity.
- Go to gradebook.
- Go to Setup / Preferences: Grader report.
- Set "Show quick feedback" to Yes.
- Set "Enable AJAX" to Yes.
- Go back to gradebook (grader report).
- Click Turn editing on button.
- Enter invalid grade like 999 and hit tab.
- Confirm, there is no error displayed saying that the grade is too big.
- Open console tab and check the error:
-
module.js:572 Uncaught TypeError: Cannot read property 'set' of null
at M.gradereport_grader.classes.ajax.submission_outcome (module.js:572)
at Y.Subscriber._notify (yui_combo.php?rollup/3.17.2/yui-moodlesimple.js:13680)
at Y.Subscriber.notify (yui_combo.php?rollup/3.17.2/yui-moodlesimple.js:13709)
at Y.CustomEvent._notify (yui_combo.php?rollup/3.17.2/yui-moodlesimple.js:13372)
at Y.CustomEvent._procSubs (yui_combo.php?rollup/3.17.2/yui-moodlesimple.js:13498)
at Y.CustomEvent.fireSimple (yui_combo.php?rollup/3.17.2/yui-moodlesimple.js:13465)
at Y.CustomEvent._fire (yui_combo.php?rollup/3.17.2/yui-moodlesimple.js:13447)
at IO.fire (yui_combo.php?rollup/3.17.2/yui-moodlesimple.js:14600)
at IO._evt (yui_combo.php?rollup/3.17.2/yui-moodlesimple.js:23686)
at IO.complete (yui_combo.php?rollup/3.17.2/yui-moodlesimple.js:23722)
- Testing discovered
-
MDL-69828 Text direction html displayed in grader report
- Open