mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 18:52:07 +08:00
Merge pull request #1373 from okriuchykhin/ok_SCI_2860
Fix sorting on projects table [SCI-2860]
This commit is contained in:
commit
c184ca1c95
1 changed files with 3 additions and 3 deletions
|
@ -139,9 +139,9 @@ class ProjectsOverviewService
|
|||
'2' => 'projects.name',
|
||||
'3' => 'projects.created_at',
|
||||
'4' => 'projects.visibility',
|
||||
'5' => 'projects.user_count',
|
||||
'6' => 'projects.experiment_count',
|
||||
'7' => 'projects.task_count'
|
||||
'5' => 'user_count',
|
||||
'6' => 'experiment_count',
|
||||
'7' => 'task_count'
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue