gitlab-org--gitlab-foss/changelogs/unreleased/fe-fix-merge-url-params-with-plus.yml
Paul Slaughter 4fdc34c109
Fix mergeUrlParams handling of +
**What was the issue?**
If a param value had `+`, it would be encoded as a
literal `+` instead of a space.
2019-08-19 10:28:23 -05:00

5 lines
112 B
YAML

---
title: Fix search preserving space when change branch
merge_request: 31973
author: minghuan lei
type: fixed