summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorHeinrich Lee Yu <heinrich@gitlab.com>2019-03-14 12:00:12 +0800
committerHeinrich Lee Yu <heinrich@gitlab.com>2019-03-14 12:46:23 +0800
commitf5f243a0366d7069205c5a5a4ceb326bc0c7180e (patch)
tree076e494087a6be11cab1e45c6f5b472626981427 /changelogs
parenta59b7cee0afc152efba6aa4c430c14c0b038107a (diff)
downloadgitlab-ce-f5f243a0366d7069205c5a5a4ceb326bc0c7180e.tar.gz
Hide "Edited" when note is transformed or resolved
Makes `Note#edited?` return `false` when the note body was not edited
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/57330-fix-comment-edited.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/57330-fix-comment-edited.yml b/changelogs/unreleased/57330-fix-comment-edited.yml
new file mode 100644
index 00000000000..68cf6c03d4c
--- /dev/null
+++ b/changelogs/unreleased/57330-fix-comment-edited.yml
@@ -0,0 +1,5 @@
+---
+title: Fix notes being marked as edited after resolving
+merge_request: 26143
+author:
+type: fixed