summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-09-09 12:08:49 +0100
committerPhil Hughes <me@iamphill.com>2016-09-12 09:00:57 +0100
commit47b49624b1caff3db026c69ac219aa48507eedaa (patch)
tree9c217cb5370dbfdd2da0890fb22b775315fb589d /CHANGELOG
parent3a59efd562d22ec3148101d794d99889ccc9b82b (diff)
downloadgitlab-ce-47b49624b1caff3db026c69ac219aa48507eedaa.tar.gz
Fixed search dropdown labels not displayingsearch-filters-label-fix
This would only happen when the search term was empty because the method was returning before the controller could find the group or project for the toggle Closes #21783
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 89c880467cd..63bda64f5d5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -19,6 +19,7 @@ v 8.12.0 (unreleased)
- Escape search term before passing it to Regexp.new !6241 (winniehell)
- Fix pinned sidebar behavior in smaller viewports !6169
- Change merge_error column from string to text type
+ - Fix issue with search filter labels not displaying
- Reduce contributions calendar data payload (ClemMakesApps)
- Add `web_url` field to issue, merge request, and snippet API objects (Ben Boeckel)
- Enable pipeline events by default !6278