Merge branch 'MDL-77412' of https://github.com/sumaiyamannan/moodle
This commit is contained in:
@@ -61,16 +61,6 @@ class groupconcat extends base {
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* We cannot sort this aggregation type
|
||||
*
|
||||
* @param bool $columnsortable
|
||||
* @return bool
|
||||
*/
|
||||
public static function sortable(bool $columnsortable): bool {
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Override base method to ensure all SQL fields are concatenated together if there are multiple
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user