summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-03-07 12:35:07 +0000
committerPhil Hughes <me@iamphill.com>2019-03-07 12:35:07 +0000
commit6a3a28bfdec6feeebd880d048f8577906b48aaa7 (patch)
treecb924cfa108106d21ff5d400a0a83f20ff8ec17c /changelogs/unreleased
parent45b3c5420c1a45595211f941bac23ad9f2188af7 (diff)
downloadgitlab-ce-6a3a28bfdec6feeebd880d048f8577906b48aaa7.tar.gz
Fixed the blob editor deleting all content for files
This only happens for files that the path consists of only numbers Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58578
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/fix-blob-editor-deleting-content.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-blob-editor-deleting-content.yml b/changelogs/unreleased/fix-blob-editor-deleting-content.yml
new file mode 100644
index 00000000000..d5b7bbc7b1c
--- /dev/null
+++ b/changelogs/unreleased/fix-blob-editor-deleting-content.yml
@@ -0,0 +1,5 @@
+---
+title: Fixed blob editor deleting file content for certain file paths
+merge_request:
+author:
+type: fixed