summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorDenys Mishunov <dmishunov@gitlab.com>2019-07-02 11:12:16 +0000
committerPhil Hughes <me@iamphill.com>2019-07-02 11:12:16 +0000
commit5a7834e5a91549b5ecb8890a718efa93dd61ae7a (patch)
treeb65ffc957ffc3024734bff752e426cd8757c1f6c /changelogs
parentc2118657dbe7728a751f29767cc89b4a80f39b92 (diff)
downloadgitlab-ce-5a7834e5a91549b5ecb8890a718efa93dd61ae7a.tar.gz
Allow adding new entries to existing path
If an entry has been removed from the tree and later, during the same session, a user is trying to add a new item with the same name/path we should allow for that as long as the original entry is marked with `deleted`.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/60859-upload-after-delete.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/60859-upload-after-delete.yml b/changelogs/unreleased/60859-upload-after-delete.yml
new file mode 100644
index 00000000000..c36dfb84bfe
--- /dev/null
+++ b/changelogs/unreleased/60859-upload-after-delete.yml
@@ -0,0 +1,5 @@
+---
+title: In WebIDE allow adding new entries of the same name as deleted entry
+merge_request: 30239
+author:
+type: fixed