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:
parent
b0eb47cb1c
commit
5aa2bf86f4
11 changed files with 174 additions and 169 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue