Merge branch 'MDL-67894-38' of https://github.com/grabs/moodle into MOODLE_38_STABLE

This commit is contained in:
Sara Arjona
2020-02-11 08:20:38 +01:00
+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');