mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-22 20:05:48 +02:00
ensure that only root-level repos are displayed on org homepage
This commit is contained in:
@@ -132,6 +132,7 @@ func home(ctx *context.Context, viewRepositories bool) {
|
|||||||
Mirror: mirror,
|
Mirror: mirror,
|
||||||
Template: template,
|
Template: template,
|
||||||
IsPrivate: private,
|
IsPrivate: private,
|
||||||
|
GroupID: -1,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
ctx.ServerError("SearchRepository", err)
|
ctx.ServerError("SearchRepository", err)
|
||||||
|
|||||||
Reference in New Issue
Block a user