getting value for display shouldn't process form parameters
This commit is contained in:
parent
5d35c3a56a
commit
bedac54d96
12 changed files with 13 additions and 13 deletions
|
|
@ -261,7 +261,7 @@ Return all the options
|
|||
sub getValueAsHtml {
|
||||
my ($self) = @_;
|
||||
my $options = $self->getOptions;
|
||||
return join ", ", map { $options->{$_} } $self->getValue();
|
||||
return join ", ", map { $options->{$_} } $self->getDefaultValue;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue