mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
Fix sorting on Teams settings page
SCI-4179
This commit is contained in:
parent
a415103166
commit
1d43e478a2
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ class TeamUsersDatatable < CustomDatatable
|
|||
@sortable_columns ||= [
|
||||
'User.full_name',
|
||||
'User.email',
|
||||
'UserTeam.created_at',
|
||||
'UserTeam.role',
|
||||
'User.confirmed_at',
|
||||
'User.confirmed_at',
|
||||
'UserTeam.role'
|
||||
]
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue