mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00:00
Fix to 3819 - Filtering issues by tags on main screen issues (#3824)
* Fix to 3819 * Changes suggested * Empty line removed * Fix error: non-name opts.Labels on left side of :=
This commit is contained in:
committed by
Jonas Franz
parent
8a9e44d181
commit
48badd59e9
@ -255,6 +255,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