comment line 451 to 471 and paste with this
tr_quicksearch.cgi
my $product = Bugzilla::Extension::Testopia::Product->new($product_id);
my @comps;
foreach my $c (@{$product->components}) {
if (!$cgi->param('query') || $c->name =~ m/$q/i) {
push @comps, {
'id' => $c->id,
'name' => $c->name,
'qa_contact' => $c->default_qa_contact ? $c->default_qa_contact->login : '',
'product' => $c->product->name,
};
}
}
221
tr_process_case.cgi use bracket
foreach my $field (qw(action effect) ) {
No comments:
Post a Comment