We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf58bb commit 9b06c32Copy full SHA for 9b06c32
routers/web/user/home.go
@@ -525,7 +525,6 @@ func buildIssueOverview(ctx *context.Context, unitType unit.Type) {
525
526
// Parse ctx.FormString("repos") and remember matched repo IDs for later.
527
// Gets set when clicking filters on the issues overview page.
528
- // TODO: check if user has access to repos ?
529
repoIDs := getRepoIDs(ctx.FormString("repos"))
530
if len(repoIDs) > 0 {
531
opts.RepoCond = builder.In("issue.repo_id", repoIDs)
0 commit comments