summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2017-01-21 01:57:36 +0000
committerJacob Schatz <jschatz@gitlab.com>2017-01-21 01:57:36 +0000
commite0d248f95ff17a185aed830837ecd66c9923756f (patch)
tree7b1d607bf8ffbf3b66b3d780917093d9377d09a0 /app/views/shared/issuable
parent5c6a7aae090a222f5261f230127b92d1f0622f62 (diff)
parent7b9aa79ddc8795779bf5b6ceeffd2ee4e51813e1 (diff)
downloadgitlab-ce-e0d248f95ff17a185aed830837ecd66c9923756f.tar.gz
Merge branch '26955-handle-legacy-issue-filter-params' into 'master'
Resolve "Filter issues input does not show assignee name when there is an assignee ID in the URL" Closes #26955 See merge request !8674
Diffstat (limited to 'app/views/shared/issuable')
-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 964ad924014..62b84727418 100644
--- a/app/views/shared/issuable/_search_bar.html.haml
+++ b/app/views/shared/issuable/_search_bar.html.haml
@@ -11,7 +11,7 @@
class: "check_all_issues left"
.issues-other-filters.filtered-search-container
.filtered-search-input-container
- %input.form-control.filtered-search{ placeholder: 'Search or filter results...', 'data-id' => 'filtered-search', 'data-project-id' => @project.id }
+ %input.form-control.filtered-search{ placeholder: 'Search or filter results...', 'data-id' => 'filtered-search', 'data-project-id' => @project.id, 'data-username-params' => @users.to_json(only: [:id, :username]) }
= icon('filter')
%button.clear-search.hidden{ type: 'button' }
= icon('times')