summaryrefslogtreecommitdiff
path: root/changelogs/unreleased/62088-search-back.yml
diff options
context:
space:
mode:
authorDenys Mishunov <dmishunov@gitlab.com>2019-07-05 00:30:34 +0200
committerDenys Mishunov <dmishunov@gitlab.com>2019-07-05 12:50:50 +0200
commit352d535849e31e7defd0ce0e70fe3543f7282a17 (patch)
tree27c755dbc70c4bb5c591f3ca27191d10efcd0777 /changelogs/unreleased/62088-search-back.yml
parentf845a081e336621e991587f88ee7d8ce6d012e21 (diff)
downloadgitlab-ce-352d535849e31e7defd0ce0e70fe3543f7282a17.tar.gz
Fixed back navigation for projects filter62088-search-back
Filterable list now sends request to filter the projects list explicitly with `json` extension to avoid breakage when navigating back from a project to the filtered project's list.
Diffstat (limited to 'changelogs/unreleased/62088-search-back.yml')
-rw-r--r--changelogs/unreleased/62088-search-back.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/62088-search-back.yml b/changelogs/unreleased/62088-search-back.yml
new file mode 100644
index 00000000000..4758e927880
--- /dev/null
+++ b/changelogs/unreleased/62088-search-back.yml
@@ -0,0 +1,5 @@
+---
+title: Fixed back navigation for projects filter
+merge_request: 30373
+author:
+type: fixed