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:
authorStan Hu <stanhu@gmail.com>2018-05-30 03:51:30 +0300
committerStan Hu <stanhu@gmail.com>2018-05-30 06:48:21 +0300
commit294ab0fffd8776f9b79a458a276cdce89b0d2fa6 (patch)
tree8225b2596386268b0353c4114ea2da1ee82c3825 /changelogs
parentd3b39a835f1ef42d71ba7b478d9e7320c4167b4e (diff)
Fix local storage not being cleared after creating a new issue
Creating a new issue will always result in a 302 redirect to the newly-created issue. This reverts the change introduced in https://gitlab.com/gitlab-org/gitlab-ce/commit/7684217d6806408cd338260119364419260d1720 to handle the case where a user is in the middle of creating a new form and redirected to accepting the terms of service. Closes #37162
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-fix-submit-not-clearing-local-storage.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-submit-not-clearing-local-storage.yml b/changelogs/unreleased/sh-fix-submit-not-clearing-local-storage.yml
new file mode 100644
index 00000000000..422143aa5e6
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-submit-not-clearing-local-storage.yml
@@ -0,0 +1,5 @@
+---
+title: Fix local storage not being cleared after creating a new issue
+merge_request:
+author:
+type: fixed