mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
Update locales and .gopmfile
This commit is contained in:
@ -223,6 +223,10 @@ func Issues(ctx *context.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
if viewType == "assigned" {
|
||||
assigneeID = 0 // Reset ID to prevent unexpected selection of assignee.
|
||||
}
|
||||
|
||||
ctx.Data["IssueStats"] = issueStats
|
||||
ctx.Data["SelectLabels"] = com.StrTo(selectLabels).MustInt64()
|
||||
ctx.Data["ViewType"] = viewType
|
||||
|
Reference in New Issue
Block a user