summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_search_bar.html.haml
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2017-03-15 17:20:09 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-03-15 17:20:09 +0000
commit53d4cad1c9caadc8439e94a9f094f4de562c2583 (patch)
tree03970c69c883a8cd7e3baa1a457519938f13e5af /app/views/shared/issuable/_search_bar.html.haml
parentef447a6263e59b22e90a9629c2c5ae12f83d8bc5 (diff)
parent6e7e9e80e0a89c2c295ccaa4b8469b5ed33acd27 (diff)
downloadgitlab-ce-53d4cad1c9caadc8439e94a9f094f4de562c2583.tar.gz
Merge branch '27174-filter-filters' into 'master'
prevent filtering Issues by multiple milestones, authors, or assignees Closes #27174 See merge request !9406
Diffstat (limited to 'app/views/shared/issuable/_search_bar.html.haml')
-rw-r--r--app/views/shared/issuable/_search_bar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml
index f1730b1791c..9b2d7a76dd0 100644
--- a/app/views/shared/issuable/_search_bar.html.haml
+++ b/app/views/shared/issuable/_search_bar.html.haml
@@ -73,7 +73,7 @@
%li.filter-dropdown-item
%button.btn.btn-link.js-data-value
{{title}}
- #js-dropdown-label.dropdown-menu{ data: { icon: 'tag', hint: 'label', tag: '~label' } }
+ #js-dropdown-label.dropdown-menu{ data: { icon: 'tag', hint: 'label', tag: '~label', type: 'array' } }
%ul{ data: { dropdown: true } }
%li.filter-dropdown-item{ data: { value: 'none' } }
%button.btn.btn-link