Add repository condition for issue count (#20454)
* Add repository condition for issue count * Update routers/web/user/home.go Co-authored-by: Gusted <williamzijl7@hotmail.com> Co-authored-by: Gusted <williamzijl7@hotmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		
					parent
					
						
							
								9cf0352f14
							
						
					
				
			
			
				commit
				
					
						16edee85bd
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -591,6 +591,7 @@ func buildIssueOverview(ctx *context.Context, unitType unit.Type) {
 | 
			
		|||
			LabelIDs:   opts.LabelIDs,
 | 
			
		||||
			Org:        org,
 | 
			
		||||
			Team:       team,
 | 
			
		||||
			RepoCond:   opts.RepoCond,
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		issueStats, err = issues_model.GetUserIssueStats(statsOpts)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue