Changes suggested
This commit is contained in:
parent
be90bc41f7
commit
c2ba0c16f8
|
|
@ -250,8 +250,7 @@ func Issues(ctx *context.Context) {
|
||||||
opts.Page = page
|
opts.Page = page
|
||||||
opts.PageSize = setting.UI.IssuePagingNum
|
opts.PageSize = setting.UI.IssuePagingNum
|
||||||
|
|
||||||
selectLabels := ctx.Query("labels")
|
opts.Labels := ctx.Query("labels")
|
||||||
opts.Labels = selectLabels
|
|
||||||
|
|
||||||
issues, err := models.Issues(opts)
|
issues, err := models.Issues(opts)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user