summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_search_bar.html.haml
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2017-02-21 16:32:08 +1100
committerSimon Knox <psimyn@gmail.com>2017-03-11 10:12:49 +1100
commit6e7e9e80e0a89c2c295ccaa4b8469b5ed33acd27 (patch)
treefbe9a3ecc0950bb4c639f09647ab91b75beef42c /app/views/shared/issuable/_search_bar.html.haml
parent7867b9929ce8e03eda6da4c87e24e59210b1ee81 (diff)
downloadgitlab-ce-6e7e9e80e0a89c2c295ccaa4b8469b5ed33acd27.tar.gz
prevent filtering Issues by multiple milestones, authors, or assignees27174-filter-filters
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 f8123846596..46e8c259a84 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