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 2021541 commit f42e8b5Copy full SHA for f42e8b5
routers/web/user/home.go
@@ -525,6 +525,7 @@ 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.RepoIDs = repoIDs
0 commit comments