Skip to content

Commit e07d8ff

Browse files
committed
fix missing params
1 parent 09f400b commit e07d8ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

routers/repo/issue.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ func issues(ctx *context.Context, milestoneID int64, isPullOption util.OptionalB
175175
Page: pager.Current(),
176176
PageSize: setting.UI.IssuePagingNum,
177177
IsClosed: util.OptionalBoolOf(isShowClosed),
178+
IsPull: isPullOption,
178179
Labels: selectLabels,
179180
SortType: sortType,
180181
IssueIDs: issueIDs,

0 commit comments

Comments
 (0)