-
Improvement
-
Resolution: Fixed
-
Major
-
2.4.3
-
MOODLE_24_STABLE
-
MOODLE_25_STABLE
-
MDL-39173-master -
Currently in Assignment in MOODLE_24_STABLE, when "Blind marking" is set to yes assignment submission comments ("Submission comments") can not be used. I am attaching a patch that makes a one line change to the comment class in comment/lib.php and defines the assignsubmission_comments_comment_display() call-back that is used by comment::add() and comment::display() so that submission comments can be used when blind-marking is used.