mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-14 06:11:16 +00:00
[starred files] bugfix
This commit is contained in:
@@ -70,7 +70,7 @@ def prepare_starred_files(files):
|
||||
array = []
|
||||
for f in files:
|
||||
sfile = {'org' : f.org_id,
|
||||
'repo' : f.repo.id,
|
||||
'repo_id' : f.repo.id,
|
||||
'repo_name' : f.repo.name,
|
||||
'path' : f.path,
|
||||
'icon_path' : file_icon_filter(f.path),
|
||||
|
Reference in New Issue
Block a user