mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Improve performance of dashboard (#4977)
This commit is contained in:
		
				
					committed by
					
						
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							49ea6e0deb
						
					
				
				
					commit
					b3b7598ec6
				
			@@ -14,7 +14,7 @@ func TestUpdateAssignee(t *testing.T) {
 | 
			
		||||
	assert.NoError(t, PrepareTestDatabase())
 | 
			
		||||
 | 
			
		||||
	// Fake issue with assignees
 | 
			
		||||
	issue, err := GetIssueByID(1)
 | 
			
		||||
	issue, err := GetIssueWithAttrsByID(1)
 | 
			
		||||
	assert.NoError(t, err)
 | 
			
		||||
 | 
			
		||||
	// Assign multiple users
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user