Fix Bug in Issue/pulls list (#32081) (#32115)

This commit is contained in:
Giteabot
2024-09-24 09:26:10 +08:00
committed by GitHub
parent ae37f31df6
commit d5d5fb1925
2 changed files with 3 additions and 2 deletions

View File

@@ -461,6 +461,7 @@ func issues(ctx *context.Context, milestoneID, projectID int64, isPullOption opt
ctx.Data["AssigneeID"] = assigneeID
ctx.Data["PosterID"] = posterID
ctx.Data["Keyword"] = keyword
ctx.Data["IsShowClosed"] = isShowClosed
switch {
case isShowClosed.Value():
ctx.Data["State"] = "closed"