mirror of
https://github.com/go-gitea/gitea
synced 2024-12-22 21:47:52 +01:00
Fix issue noted in #15783 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
parent
76d6184cd0
commit
af11549fb2
@ -374,6 +374,9 @@ func Issues(ctx *context.Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
issues(ctx, ctx.QueryInt64("milestone"), ctx.QueryInt64("project"), util.OptionalBoolOf(isPullList))
|
issues(ctx, ctx.QueryInt64("milestone"), ctx.QueryInt64("project"), util.OptionalBoolOf(isPullList))
|
||||||
|
if ctx.Written() {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
var err error
|
var err error
|
||||||
// Get milestones
|
// Get milestones
|
||||||
|
Loading…
Reference in New Issue
Block a user