mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-08-06 09:39:44 +08: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