[PR #2833] [MERGED] Issue content should not be updated when closing with comment #16621

Closed
opened 2025-11-02 12:14:51 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2833
Author: @lafriks
Created: 11/2/2017
Status: Merged
Merged: 11/3/2017
Merged by: @lunny

Base: masterHead: fix/issue_comment_close


📝 Commits (3)

  • 5508747 Issue content should not be updated when closing with comment
  • d903754 Merge branch 'master' into fix/issue_comment_close
  • a9b4dd5 Merge branch 'master' into fix/issue_comment_close

📊 Changes

5 files changed (+78 additions, -25 deletions)

View changed files

📝 integrations/issue_test.go (+57 -4)
📝 integrations/repo_activity_test.go (+3 -3)
📝 models/issue_comment.go (+5 -5)
📝 models/issue_mail.go (+4 -4)
📝 models/mail.go (+9 -9)

📄 Description

Fixes #2551


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/2833 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 11/2/2017 **Status:** ✅ Merged **Merged:** 11/3/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `fix/issue_comment_close` --- ### 📝 Commits (3) - [`5508747`](https://github.com/go-gitea/gitea/commit/55087474f54100ef3f6154000cf39ef9e1babc91) Issue content should not be updated when closing with comment - [`d903754`](https://github.com/go-gitea/gitea/commit/d90375422e9df004be07d20d555e902fc0f62eee) Merge branch 'master' into fix/issue_comment_close - [`a9b4dd5`](https://github.com/go-gitea/gitea/commit/a9b4dd55ed66b9df119ec0f366f0ee5b76692d9f) Merge branch 'master' into fix/issue_comment_close ### 📊 Changes **5 files changed** (+78 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `integrations/issue_test.go` (+57 -4) 📝 `integrations/repo_activity_test.go` (+3 -3) 📝 `models/issue_comment.go` (+5 -5) 📝 `models/issue_mail.go` (+4 -4) 📝 `models/mail.go` (+9 -9) </details> ### 📄 Description Fixes #2551 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:14:51 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16621