MDL-52270 mod_assign: Adapt unit tests

This commit is contained in:
Michael Hughes
2016-01-15 10:04:04 +08:00
committed by David Monllao
parent 18b797347f
commit 59e9548762
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ class assign_grading_table extends table_sql implements renderable {
$columns[] = 'fullname';
$headers[] = get_string('fullname');
// MDL-52269 - Participant # details if can view real identities.
// Participant # details if can view real identities.
if ($this->assignment->is_blind_marking()) {
if (!$this->is_downloading()) {
$columns[] = 'recordid';