mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 00:54:43 +01:00 
			
		
		
		
	bug fixed for issue count (#881)
This commit is contained in:
		
							parent
							
								
									40f4377717
								
							
						
					
					
						commit
						b6dd6210ea
					
				| @ -1312,7 +1312,7 @@ func GetUserIssueStats(repoID, uid int64, repoIDs []int64, filterMode int, isPul | ||||
| func GetRepoIssueStats(repoID, uid int64, filterMode int, isPull bool) (numOpen int64, numClosed int64) { | ||||
| 	countSession := func(isClosed, isPull bool, repoID int64) *xorm.Session { | ||||
| 		sess := x. | ||||
| 			Where("issue.repo_id = ?", isClosed). | ||||
| 			Where("is_closed = ?", isClosed). | ||||
| 			And("is_pull = ?", isPull). | ||||
| 			And("repo_id = ?", repoID) | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user