mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-67894 mod_feedback: database error on show responses
This commit is contained in:
parent
cb38ab1e39
commit
20fea5522c
@ -157,6 +157,7 @@ class mod_feedback_responses_table extends table_sql {
|
||||
$this->define_headers($tableheaders);
|
||||
|
||||
$this->sortable(true, 'lastname', SORT_ASC);
|
||||
$this->no_sorting('groups');
|
||||
$this->collapsible(true);
|
||||
$this->set_attribute('id', 'showentrytable');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user