0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-05-23 13:53:57 +02:00
This commit is contained in:
Lunny Xiao 2024-04-15 21:37:42 +08:00
parent 2963ac4eaa
commit 63093769f2
No known key found for this signature in database
GPG key ID: C3B7C91B632F738A

View file

@ -111,6 +111,7 @@ func NewIssueLabel(ctx context.Context, issue *Issue, label *Label, doer *user_m
return err
}
issue.isLabelsLoaded = false
issue.Labels = nil
if err = issue.LoadLabels(ctx); err != nil {
return err