Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Lee Yu <heinrich@gitlab.com>2019-04-16 10:40:25 +0300
committerHeinrich Lee Yu <heinrich@gitlab.com>2019-04-16 14:57:49 +0300
commite0b6838a90b47f34c1109b6a9727f249c6faebca (patch)
tree42eca4e94f51500019b54f3d04277b1ae1307428 /changelogs
parent7994db791ab758d81f7a446eb8e2338336e184fd (diff)
Set correct timestamps when creating past issues
Sets `system_note_timestamp` from `created_at`
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/58361-issue-create-system-note-timestamp.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/58361-issue-create-system-note-timestamp.yml b/changelogs/unreleased/58361-issue-create-system-note-timestamp.yml
new file mode 100644
index 00000000000..d8fe3e4aa48
--- /dev/null
+++ b/changelogs/unreleased/58361-issue-create-system-note-timestamp.yml
@@ -0,0 +1,5 @@
+---
+title: Fix system notes timestamp when creating issue in the past
+merge_request: 27406
+author:
+type: fixed