Commit eb08f76a authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 362436: Allow to search for '---' in versions and milestones - Patch by…

Bug 362436: Allow to search for '---' in versions and milestones - Patch by michael.j.tosh@lmco.com r=justdave a=mkanat
parent 80f03f16
......@@ -1074,7 +1074,7 @@ sub init {
",anyexact" => sub {
my @list;
foreach my $w (split(/,/, $v)) {
if ($w eq "---" && $f !~ /milestone/) {
if ($w eq "---" && $f =~ /resolution/) {
$w = "";
}
$q = $dbh->quote($w);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment