MDL-52270 mod_assign: Adapt unit tests
This commit is contained in:
committed by
David Monllao
parent
18b797347f
commit
59e9548762
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user