mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	@@ -157,7 +157,7 @@ func Milestones(ctx *context.Context) {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	repoOpts := repo_model.SearchRepoOptions{
 | 
			
		||||
		Actor:         ctxUser,
 | 
			
		||||
		Actor:         ctx.Doer,
 | 
			
		||||
		OwnerID:       ctxUser.ID,
 | 
			
		||||
		Private:       true,
 | 
			
		||||
		AllPublic:     false, // Include also all public repositories of users and public organisations
 | 
			
		||||
@@ -449,7 +449,7 @@ func buildIssueOverview(ctx *context.Context, unitType unit.Type) {
 | 
			
		||||
	// - Team has read permission to repository.
 | 
			
		||||
	repoOpts := &repo_model.SearchRepoOptions{
 | 
			
		||||
		Actor:       ctx.Doer,
 | 
			
		||||
		OwnerID:     ctx.Doer.ID,
 | 
			
		||||
		OwnerID:     ctxUser.ID,
 | 
			
		||||
		Private:     true,
 | 
			
		||||
		AllPublic:   false,
 | 
			
		||||
		AllLimited:  false,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user