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:
authorJan Provaznik <jprovaznik@gitlab.com>2018-01-11 19:22:00 +0300
committerJan Provaznik <jprovaznik@gitlab.com>2018-01-18 14:27:02 +0300
commit4b6b8eccedb49014d4cd329a336015fb8d7bcff9 (patch)
tree3d6112c7aa65e03b1c44a1ad085ac33ec492684c /changelogs
parenta4eb71dcfabbb27df1d4461cbb924ff1a4c3b1b8 (diff)
Return last edited time instead of update time
For issuable models we keep two timestamps: updated_at which is updated whenever any model attribute is changed, last_edited_at which is changed when only title or description is changed. In UI bellow description we display who and when updated the item. But last_edited_by (used for 'who') is mistakenly combined with updated_at (when), last_edited_at should be used instead. Closes #41247
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/41247-timestamp.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/41247-timestamp.yml b/changelogs/unreleased/41247-timestamp.yml
new file mode 100644
index 00000000000..65f1a7485ad
--- /dev/null
+++ b/changelogs/unreleased/41247-timestamp.yml
@@ -0,0 +1,6 @@
+---
+title: For issues display time of last edit of title or description instead of time
+ of any attribute change
+merge_request:
+author:
+type: fixed