Skip to content

Commit 538a26d

Browse files
gzsomborlunny
authored andcommitted
Show private organization for admin, fix #6111 (#6112)
1 parent b79820f commit 538a26d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routers/admin/orgs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ func Organizations(ctx *context.Context) {
2525
routers.RenderUserSearch(ctx, &models.SearchUserOptions{
2626
Type: models.UserTypeOrganization,
2727
PageSize: setting.UI.Admin.OrgPagingNum,
28+
Private: true,
2829
}, tplOrgs)
2930
}

0 commit comments

Comments
 (0)