summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2019-08-19 09:00:10 -0500
committerPaul Slaughter <pslaughter@gitlab.com>2019-08-19 10:28:23 -0500
commit4fdc34c10950863ad04a68dc2117371c95db7478 (patch)
treeb7355bf68cbc240be181f309840e788bbabb9cea /changelogs
parentb1905a396f7e7da89280aea4436eb7261d1cd34c (diff)
downloadgitlab-ce-4fdc34c10950863ad04a68dc2117371c95db7478.tar.gz
Fix mergeUrlParams handling of `+`
**What was the issue?** If a param value had `+`, it would be encoded as a literal `+` instead of a space.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/fe-fix-merge-url-params-with-plus.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fe-fix-merge-url-params-with-plus.yml b/changelogs/unreleased/fe-fix-merge-url-params-with-plus.yml
new file mode 100644
index 00000000000..7ca8ae0a8f6
--- /dev/null
+++ b/changelogs/unreleased/fe-fix-merge-url-params-with-plus.yml
@@ -0,0 +1,5 @@
+---
+title: Fix search preserving space when change branch
+merge_request: 31973
+author: minghuan lei
+type: fixed