mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 09:55:33 +02:00
MDL-59366 core_user: Disable sorting for roles and groups columns
This commit is contained in:
parent
6cb580713b
commit
cd3f250f32
@ -204,6 +204,8 @@ class participants_table extends \table_sql {
|
||||
$this->sortable(true, 'firstname');
|
||||
|
||||
$this->no_sorting('select');
|
||||
$this->no_sorting('roles');
|
||||
$this->no_sorting('groups');
|
||||
|
||||
$this->set_attribute('id', 'participants');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user