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