Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.5.1
-
Fix Version/s: 2.5.2
-
Component/s: Assignment
-
Testing Instructions:
-
Affected Branches:MOODLE_25_STABLE
-
Fixed Branches:MOODLE_25_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-40937_assignment_history -
Pull Master Diff URL:
Description
With the new Moodle 2.5 resubmission feature active and at least one resubmission granted, visit either the assignment view page (as a student) or the grade one assignment page (as a teacher).
The 'previous attempts' section does not open in IE8 or IE9 due to 'console' being undefined (line 14 of mod/assign/yui/history/history.js) - the problem disappears in IE9 when the developer tools are open (as this defines the 'console' global variable).
I will submit a patch to remove the line.