зеркало из https://github.com/mozilla/pjs.git
Fixed bug 2311 -- searching for status_whiteboard wasn't working.
This commit is contained in:
Родитель
8502ca6d27
Коммит
21724d6929
|
@ -338,7 +338,8 @@ Click the <B>Back</B> button and try again.";
|
|||
}
|
||||
}
|
||||
|
||||
foreach my $f ("short_desc", "long_desc", "bug_file_loc") {
|
||||
foreach my $f ("short_desc", "long_desc", "bug_file_loc",
|
||||
"status_whiteboard") {
|
||||
if (defined $::FORM{$f}) {
|
||||
my $s = trim($::FORM{$f});
|
||||
if ($s ne "") {
|
||||
|
|
Загрузка…
Ссылка в новой задаче