1
1
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:
Unknwon
2016-07-17 09:25:30 +08:00
parent b0eb47cb1c
commit 5aa2bf86f4
11 changed files with 174 additions and 169 deletions

View File

@ -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