Skip to content

Commit

Permalink
Show private organization for admin, fix #6111 (#6112)
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor authored and lunny committed Feb 19, 2019
1 parent b79820f commit 538a26d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routers/admin/orgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ func Organizations(ctx *context.Context) {
routers.RenderUserSearch(ctx, &models.SearchUserOptions{
Type: models.UserTypeOrganization,
PageSize: setting.UI.Admin.OrgPagingNum,
Private: true,
}, tplOrgs)
}

0 comments on commit 538a26d

Please sign in to comment.