mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-07 05:34:55 +08:00
Fix user-based sorting of repository items [SCI-11215]
This commit is contained in:
parent
60bc382f36
commit
ddba250086
2 changed files with 4 additions and 4 deletions
|
@ -24,9 +24,9 @@ class LinkedRepository < Repository
|
|||
'repository_rows.created_at',
|
||||
'users.full_name',
|
||||
'repository_rows.updated_at',
|
||||
'last_modified_bies_repository_rows.full_name',
|
||||
'last_modified_by.full_name',
|
||||
'repository_rows.archived_on',
|
||||
'archived_bies_repository_rows.full_name',
|
||||
'archived_by.full_name',
|
||||
'repository_rows.external_id'
|
||||
]
|
||||
end
|
||||
|
|
|
@ -83,9 +83,9 @@ class Repository < RepositoryBase
|
|||
'repository_rows.created_at',
|
||||
'users.full_name',
|
||||
'repository_rows.updated_at',
|
||||
'last_modified_bies_repository_rows.full_name',
|
||||
'last_modified_by.full_name',
|
||||
'repository_rows.archived_on',
|
||||
'archived_bies_repository_rows.full_name'
|
||||
'archived_by.full_name'
|
||||
]
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue