mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Bug #5615 - Assigment listing shows duplicate names with paged display; merged from MOODLE_16_STABLE
This commit is contained in:
parent
16750bcd85
commit
246444b975
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user