Skip to content

Commit 65e7b8f

Browse files
committed
fix var name
1 parent f84d018 commit 65e7b8f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

routers/web/repo/issue_list.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,7 @@ func issues(ctx *context.Context, milestoneID, projectID int64, isPullOption opt
798798
ctx.Data["MilestoneID"] = milestoneID
799799
ctx.Data["ProjectID"] = projectID
800800
ctx.Data["AssigneeID"] = assigneeID
801+
ctx.Data["PosterUserID"] = posterUserID
801802
ctx.Data["PosterUsername"] = posterUsername
802803
ctx.Data["Keyword"] = keyword
803804
ctx.Data["IsShowClosed"] = isShowClosed

templates/repo/issue/filter_list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"QueryParamKey" "poster"
8585
"QueryLink" $queryLink
8686
"UserSearchUrl" (Iif .Milestone (print $.RepoLink "/issues/posters") (print $.Link "/posters"))
87-
"SelectedUserId" $.PosterID
87+
"SelectedUserId" $.PosterUserID
8888
"TextFilterTitle" (ctx.Locale.Tr "repo.issues.filter_poster")
8989
}}
9090

0 commit comments

Comments
 (0)