Commit 463c56db authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 544798: Using edit-multiple causes "To reassign a bug, you must provide an…

Bug 544798: Using edit-multiple causes "To reassign a bug, you must provide an address for the new assignee. " r/a=mkanat
parent c0f18c9d
...@@ -1186,7 +1186,9 @@ sub match_field { ...@@ -1186,7 +1186,9 @@ sub match_field {
} }
$fields = $expanded_fields; $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. #Concatenate login names, so that we have a common way to handle them.
my $raw_field; my $raw_field;
if (ref $data->{$field}) { if (ref $data->{$field}) {
......
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