diff options
author | Igor <idrozdov@gitlab.com> | 2019-04-04 14:54:25 +0000 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-04-04 14:54:25 +0000 |
commit | 5b6db251a8b8d4528ed161b0462a62ab0bdba458 (patch) | |
tree | d38dd0c0ee458213cffcb517147860a93dff0c7c /app/finders | |
parent | b99b6bb0960f749e1ba9a129be9c0365e306ed96 (diff) | |
download | gitlab-ce-5b6db251a8b8d4528ed161b0462a62ab0bdba458.tar.gz |
Consider array params on rendering MR list on dashboard
This fixes the bug, when approver filter is provided,
but dashboard asks to enter any filter
Diffstat (limited to 'app/finders')
-rw-r--r-- | app/finders/issuable_finder.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/finders/issuable_finder.rb b/app/finders/issuable_finder.rb index 6eab8c5ee51..b6be2895d85 100644 --- a/app/finders/issuable_finder.rb +++ b/app/finders/issuable_finder.rb @@ -53,7 +53,6 @@ class IssuableFinder assignee_username author_id author_username - label_name milestone_title my_reaction_emoji search |