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 a920fcf commit cf26af6Copy full SHA for cf26af6
routers/web/explore/org.go
@@ -39,7 +39,7 @@ func Organizations(ctx *context.Context) {
39
)
40
sortOrder := ctx.FormString("sort")
41
if sortOrder == "" {
42
- sortOrder = "newest"
+ sortOrder = setting.UI.ExploreDefaultSort
43
ctx.SetFormString("sort", sortOrder)
44
}
45
routers/web/explore/user.go
@@ -149,7 +149,7 @@ func Users(ctx *context.Context) {
149
150
151
152
153
154
155
0 commit comments