1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-03 00:45:22 +02: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