Commit 181bfd0c authored by Greg Hendricks's avatar Greg Hendricks Committed by Frédéric Buclin

Bug 529573: Tabular reports do not show empty resolution

r/a=mkanat
parent 73cfb9e5
......@@ -335,6 +335,7 @@ sub get_names {
my @select_fields = Bugzilla->get_fields({ is_select => 1 });
foreach my $field (@select_fields) {
my @names = map($_->name, @{$field->legal_values});
unshift @names, ' ' if $field->name eq 'resolution';
$fields{$field->name} = \@names;
}
my $field_list = $fields{$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