mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 18:44:46 +01:00 
			
		
		
		
	Backport #27467 manually.
This commit is contained in:
		
							parent
							
								
									71f091ef97
								
							
						
					
					
						commit
						29d3949271
					
				| @ -53,6 +53,10 @@ func ChangeTitle(ctx context.Context, issue *issues_model.Issue, doer *user_mode | |||||||
| 	oldTitle := issue.Title | 	oldTitle := issue.Title | ||||||
| 	issue.Title = title | 	issue.Title = title | ||||||
| 
 | 
 | ||||||
|  | 	if oldTitle == title { | ||||||
|  | 		return nil | ||||||
|  | 	} | ||||||
|  | 
 | ||||||
| 	if err := issues_model.ChangeIssueTitle(ctx, issue, doer, oldTitle); err != nil { | 	if err := issues_model.ChangeIssueTitle(ctx, issue, doer, oldTitle); err != nil { | ||||||
| 		return err | 		return err | ||||||
| 	} | 	} | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user