mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 08:18:02 -04:00 
			
		
		
		
	
				
					committed by
					
						 Thomas Boerger
						Thomas Boerger
					
				
			
			
				
	
			
			
			
						parent
						
							b33078fa33
						
					
				
				
					commit
					a12da66dfb
				
			| @@ -250,6 +250,9 @@ func Issues(ctx *context.Context) { | |||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
| 	ctx.Data["Repos"] = showRepos | 	ctx.Data["Repos"] = showRepos | ||||||
|  | 	if len(repoIDs) == 0 { | ||||||
|  | 		repoIDs = []int64{-1} | ||||||
|  | 	} | ||||||
|  |  | ||||||
| 	issueStats := models.GetUserIssueStats(repoID, ctxUser.ID, repoIDs, filterMode, isPullList) | 	issueStats := models.GetUserIssueStats(repoID, ctxUser.ID, repoIDs, filterMode, isPullList) | ||||||
| 	issueStats.AllCount = int64(allCount) | 	issueStats.AllCount = int64(allCount) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user