This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
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
Optimize participant-fetching
tags/v1.2.0-rc1
Kim Carlbäcker
Kim "BKC" Carlbäcker
9 years ago
parent
b73bba1c76
commit
98fb7eefbe
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
routers/repo/issue.go
+ 1
- 0
routers/repo/issue.go
View File
@@ -623,6 +623,7 @@ func ViewIssue(ctx *middleware.Context) {
for j := range participants {
for j := range participants {
if comment.Poster == participants[j] {
if comment.Poster == participants[j] {
already_added = true
already_added = true
break
}
}
}
}
if !already_added {
if !already_added {
Write
Preview
Loading…
Cancel
Save