Commit 19d1f1c3 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 472047: Search containing "%Complete" boolean chart fails - Patch by…

Bug 472047: Search containing "%Complete" boolean chart fails - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
parent 26428bd5
...@@ -1458,7 +1458,7 @@ sub _percentage_complete { ...@@ -1458,7 +1458,7 @@ sub _percentage_complete {
} }
if ($oper ne "noop") { if ($oper ne "noop") {
my $table = "longdescs_$$chartid"; my $table = "longdescs_$$chartid";
if(lsearch(@$fields, "bugs.remaining_time") == -1) { if(lsearch($fields, "bugs.remaining_time") == -1) {
push(@$fields, "bugs.remaining_time"); push(@$fields, "bugs.remaining_time");
} }
push(@$supptables, "LEFT JOIN longdescs AS $table " . push(@$supptables, "LEFT JOIN longdescs AS $table " .
......
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