summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-09-27 14:08:45 +0000
committerFatih Acet <acetfatih@gmail.com>2016-09-27 14:08:45 +0000
commit3820ca5876ecb550d4d7eba0db98296f467125d8 (patch)
tree613977d866fd51375c6582a31d6726ae24931c29 /CHANGELOG
parentbc452eafea8dfd32ea1b132c04fc22a38fa71d5c (diff)
parent78839ec0fe146564a4a4a2ab339f479e25a13e5e (diff)
downloadgitlab-ce-3820ca5876ecb550d4d7eba0db98296f467125d8.tar.gz
Merge branch 'issue-boards-label-filter-fix' into 'master'
Fixed issue board label filtering not removing labels ## What does this MR do? When trying to remove a label filter it would actually add it instead making it impossible to remove the label filter without modifying the URL. This fixes that by correctly removing the label from the filter. ## What are the relevant issue numbers? Closes #21417 See merge request !6208
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2f3fe4703d4..28c5d23d604 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -118,6 +118,7 @@ v 8.12.0
- Change pipeline duration to be jobs running time instead of simple wall time from start to end !6084
- Show queued time when showing a pipeline !6084
- Remove unused mixins (ClemMakesApps)
+ - Fix issue board label filtering appending already filtered labels
- Add search to all issue board lists
- Scroll active tab into view on mobile
- Fix groups sort dropdown alignment (ClemMakesApps)