Bug #5615 - Assigment listing shows duplicate names with paged display
This commit is contained in:
@@ -1018,7 +1018,7 @@ class assignment_base {
|
||||
$table->define_headers($tableheaders);
|
||||
$table->define_baseurl($CFG->wwwroot.'/mod/assignment/submissions.php?id='.$this->cm->id.'&currentgroup='.$currentgroup);
|
||||
|
||||
$table->sortable(true);
|
||||
$table->sortable(true, 'lastname');//sorted by lastname by default
|
||||
$table->collapsible(true);
|
||||
$table->initialbars(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user