mirror of
https://github.com/go-gitea/gitea
synced 2025-07-10 04:27:22 +00:00
UI: basic label list
- create new label
This commit is contained in:
@ -876,7 +876,7 @@ func DeleteRepository(uid, repoID int64, userName string) error {
|
||||
return err
|
||||
}
|
||||
for i := range issues {
|
||||
if _, err = sess.Delete(&Comment{IssueId: issues[i].Id}); err != nil {
|
||||
if _, err = sess.Delete(&Comment{IssueId: issues[i].ID}); err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user