MDL-67894 mod_feedback: database error on show responses

This commit is contained in:
Andreas Grabs
2020-02-07 18:48:24 +01:00
parent ee0a8161dd
commit fbd65fabb2
+1
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');