mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Ordering organizations and users by name
This commit is contained in:
		@@ -27,7 +27,7 @@ func Repos(ctx *context.Context) {
 | 
			
		||||
		Ranger:   models.Repositories,
 | 
			
		||||
		Private:  true,
 | 
			
		||||
		PageSize: setting.UI.Admin.RepoPagingNum,
 | 
			
		||||
		OrderBy:  "id ASC",
 | 
			
		||||
		OrderBy:  "owner_id ASC, name ASC, id ASC",
 | 
			
		||||
		TplName:  REPOS,
 | 
			
		||||
	})
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user