mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 08:21:11 +00:00 
			
		
		
		
	Revert "fix POST /{username}/{reponame}/{type:issues|pulls}/{index}/content-history/soft-delete"
This reverts commit 75730a6ded.
	
	
This commit is contained in:
		
					parent
					
						
							
								d7f5ff0782
							
						
					
				
			
			
				commit
				
					
						e587faae57
					
				
			
		
					 1 changed files with 0 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -194,19 +194,11 @@ func SoftDeleteContentHistory(ctx *context.Context) {
 | 
			
		|||
			log.Error("can not get comment for issue content history %v. err=%v", historyID, err)
 | 
			
		||||
			return
 | 
			
		||||
		}
 | 
			
		||||
		if comment.IssueID != issue.ID {
 | 
			
		||||
			ctx.NotFound("CompareRepoID", issues_model.ErrCommentNotExist{})
 | 
			
		||||
			return
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
	if history, err = issues_model.GetIssueContentHistoryByID(ctx, historyID); err != nil {
 | 
			
		||||
		log.Error("can not get issue content history %v. err=%v", historyID, err)
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
	if history.IssueID != issue.ID {
 | 
			
		||||
		ctx.NotFound("CompareRepoID", issues_model.ErrCommentNotExist{})
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	canSoftDelete := canSoftDeleteContentHistory(ctx, issue, comment, history)
 | 
			
		||||
	if !canSoftDelete {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue