-
Bug
-
Resolution: Fixed
-
Major
-
3.3.2, 3.3.3, 3.4, 3.4.3, 3.5.1, 3.6
-
MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE, MOODLE_36_STABLE
-
MOODLE_34_STABLE, MOODLE_35_STABLE
-
MDL-60950-master -
Steps to reproduce:
- Create an assignment activity with the following properties:
- No "Feedback comments"
- Maximum grade : nothing
- Grade type : none
- Go to assignment page.
- Click "View all submissions button"
- Under "Options" section, choose "Requires grading" in "Filter" select box
A coding exception is thrown in "get_grade_item" function since there is no entry in grade_item table for this assignment
- is duplicated by
-
MDL-62063 mdl_assign: codingerror when "no feedbackcomments" selected and gradetype set "none"
- Closed