This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
make sure Poster is loaded (
#9583
)
tags/v1.11.0-rc1
6543
zeripath
5 years ago
parent
9854e9f82b
commit
4ebc0cfbb1
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
models/issue.go
+ 5
- 0
models/issue.go
View File
@@ -1595,6 +1595,11 @@ func UpdateIssueByAPI(issue *Issue) error {
Update(issue); err != nil {
return err
}
if err := issue.loadPoster(sess); err != nil {
return err
}
if err := issue.addCrossReferences(sess, issue.Poster, true); err != nil {
return err
}
Write
Preview
Loading…
Cancel
Save