mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 11:35:03 +01:00 
			
		
		
		
	Ensure that ctx.Written is checked after issues(...) calls (#15797)
Fix issue noted in #15783 Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
		
							parent
							
								
									864e656d81
								
							
						
					
					
						commit
						a69fb523a7
					
				| @ -372,6 +372,9 @@ func Issues(ctx *context.Context) { | ||||
| 	} | ||||
| 
 | ||||
| 	issues(ctx, ctx.QueryInt64("milestone"), ctx.QueryInt64("project"), util.OptionalBoolOf(isPullList)) | ||||
| 	if ctx.Written() { | ||||
| 		return | ||||
| 	} | ||||
| 
 | ||||
| 	var err error | ||||
| 	// Get milestones | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user