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:
authorIgor <idrozdov@gitlab.com>2019-09-06 18:49:13 +0300
committerStan Hu <stanhu@gmail.com>2019-09-06 18:49:13 +0300
commite8a4ee8ad3987d5c08a07b76a83f3ccef4c546a9 (patch)
tree085822a3fb825c9fc3bd6634e14182c24c2554b7 /changelogs
parent05fca5ff1558433029eb9771e582b99399a3eaaa (diff)
Fix sharing localStorage with all MRs
Expose id field in the serializer in order to store comments content in the localStorage under the correct key
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/id-autosave-for-new-mr.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/id-autosave-for-new-mr.yml b/changelogs/unreleased/id-autosave-for-new-mr.yml
new file mode 100644
index 00000000000..8f269094715
--- /dev/null
+++ b/changelogs/unreleased/id-autosave-for-new-mr.yml
@@ -0,0 +1,5 @@
+---
+title: Fix sharing localStorage with all MRs
+merge_request: 32699
+author:
+type: fixed