diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 4006cc308..e60597157 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -430,6 +430,11 @@ sub init { $type = 'matches'; } + elsif ($field eq 'bug_id') + { + $type = 'anyexact'; + $values = [ map { /(\d+)/gso } $params->param($field) ]; + } else { $type = 'anyexact'; diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl index 471f9b916..bb9a3252d 100644 --- a/template/en/default/request/queue.html.tmpl +++ b/template/en/default/request/queue.html.tmpl @@ -242,7 +242,7 @@ to some group are shown by default. [% BLOCK display_buglist %] [% NEXT UNLESS buglist.keys.size %] - (view as [%+ terms.bug %] list) [% END %]