-
Bug
-
Resolution: Fixed
-
Minor
-
2.0.3, 2.1
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
MOODLE_22_STABLE, MOODLE_23_STABLE
-
MDL-28155_master -
Easy
-
Skodak has point out it in the code with a TODO comment:
if ($hassubmission && ($this->assignment->assignmenttype=='upload' || $this->assignment->assignmenttype=='online' || $this->assignment->assignmenttype=='uploadsingle')) { //TODO: this is an ugly hack, where is the plugin spirit? (skodak)
I'm making a new assignment type and meet this bug. So I made this patch