mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 09:23:58 +08:00
Add placeholder to storage location sorting
This commit is contained in:
parent
1d4e9077cc
commit
9a257e0a81
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ module Lists
|
|||
|
||||
private
|
||||
|
||||
def sort_records
|
||||
return
|
||||
end
|
||||
|
||||
def shared_sql_select
|
||||
shared_write_value = TeamSharedObject.permission_levels['shared_write']
|
||||
team_id = @user.current_team.id
|
||||
|
|
Loading…
Reference in a new issue