quiz reports MDL-24603 columns in the overview report should be collapsible.

This commit is contained in:
Tim Hunt
2010-11-01 14:36:58 +00:00
parent 512b42be5e
commit e09ca95eba
+1 -1
View File
@@ -376,7 +376,7 @@ class quiz_overview_report extends quiz_default_report {
// Set up the table
$table->define_baseurl($reporturl->out(true, $displayoptions));
$table->collapsible(false);
$table->collapsible(true);
$table->column_suppress('picture');
$table->column_suppress('fullname');