Skip to content

Commit f42e8b5

Browse files
committed
add TODO?
1 parent 2021541 commit f42e8b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routers/web/user/home.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ func buildIssueOverview(ctx *context.Context, unitType unit.Type) {
525525

526526
// Parse ctx.FormString("repos") and remember matched repo IDs for later.
527527
// Gets set when clicking filters on the issues overview page.
528+
// TODO: check if user has access to repos ?
528529
repoIDs := getRepoIDs(ctx.FormString("repos"))
529530
if len(repoIDs) > 0 {
530531
opts.RepoIDs = repoIDs

0 commit comments

Comments
 (0)