MDL-67894 mod_feedback: database error on show responses

This commit is contained in:
Andreas Grabs 2020-02-07 18:47:37 +01:00
parent cb38ab1e39
commit 20fea5522c

View File

@ -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');