Bug 544798: Using edit-multiple causes "To reassign a bug, you must provide an address for the new assignee. "

r/a=mkanat
closest-3.6.4
Frédéric Buclin 2010-02-08 01:06:01 +01:00
parent cb6caf9625
commit a76fb9d01f
1 changed files with 3 additions and 1 deletions

View File

@ -1186,7 +1186,9 @@ sub match_field {
}
$fields = $expanded_fields;
for my $field (keys %{$fields}) {
foreach my $field (keys %{$fields}) {
next unless defined $data->{$field};
#Concatenate login names, so that we have a common way to handle them.
my $raw_field;
if (ref $data->{$field}) {