This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fix dashboard issue after collaboration migration
tags/v1.2.0-rc1
Peter Smit
10 years ago
parent
bef38d9d3f
commit
fd1df86c44
1 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
models/access.go
+ 4
- 0
models/access.go
View File
@@ -93,6 +93,10 @@ func (u *User) GetAccessibleRepositories() (map[*Repository]AccessType, error) {
if err != nil {
if err != nil {
return nil, err
return nil, err
}
}
err = repo.GetOwner()
if err != nil {
return nil, err
}
repos[repo] = access.Mode
repos[repo] = access.Mode
}
}
Write
Preview
Loading…
Cancel
Save