mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 12:38:20 +00:00
fix to 3819 - Backport (#5219)
This commit is contained in:
committed by
techknowlogick
parent
7022957b15
commit
d220a3d772
@@ -253,6 +253,8 @@ func Issues(ctx *context.Context) {
|
||||
|
||||
opts.Page = page
|
||||
opts.PageSize = setting.UI.IssuePagingNum
|
||||
opts.Labels = ctx.Query("labels")
|
||||
|
||||
issues, err := models.Issues(opts)
|
||||
if err != nil {
|
||||
ctx.ServerError("Issues", err)
|
||||
|
Reference in New Issue
Block a user