Merge branch 'MDL-46986-master' of git://github.com/lameze/moodle
This commit is contained in:
@@ -265,11 +265,6 @@ class assign_grading_table extends table_sql implements renderable {
|
||||
$headers[] = get_string('recordid', 'assign');
|
||||
}
|
||||
|
||||
if ($this->hasviewblind) {
|
||||
$columns[] = 'recordid';
|
||||
$headers[] = get_string('recordid', 'assign');
|
||||
}
|
||||
|
||||
// Submission status.
|
||||
if ($assignment->is_any_submission_plugin_enabled()) {
|
||||
$columns[] = 'status';
|
||||
|
||||
Reference in New Issue
Block a user