displayValue for list should show values instead of keys
This commit is contained in:
parent
59282033ea
commit
dd6f6ef461
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ Return all the options
|
|||
|
||||
sub displayValue {
|
||||
my ($self) = @_;
|
||||
return join ", ", $self->getValues();
|
||||
return return join ", ", map { $self->get('options')->{$_} } $self->getValues();
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue