mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
Adding default type to user fields in search
This commit is contained in:
parent
d57b1b5296
commit
8f8c8455b5
@ -680,7 +680,7 @@ sub init {
|
||||
foreach my $profile ("author", "manager", "default_tester",
|
||||
"assignee", "testedby"){
|
||||
$t = $cgi->param($profile . "_type") || '';
|
||||
if ($t eq "exact") {
|
||||
if ($t eq "exact" || '') {
|
||||
$t = "anyexact";
|
||||
foreach my $name (split(',', $cgi->param($profile))) {
|
||||
$name = trim($name);
|
||||
|
Loading…
Reference in New Issue
Block a user