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
|
|
@ -436,7 +436,7 @@ Returns the value rendered suitably in HTML. This is useful for forms that are r
|
|||
|
||||
sub getValueAsHtml {
|
||||
my $self = shift;
|
||||
return $self->getValue(@_);
|
||||
return $self->getDefaultValue(@_);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue