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
|
|
@ -133,7 +133,7 @@ Formats as a name.
|
|||
|
||||
sub getValueAsHtml {
|
||||
my $self = shift;
|
||||
my $group = WebGUI::Group->new($self->session, $self->getValue);
|
||||
my $group = WebGUI::Group->new($self->session, $self->getDefaultValue);
|
||||
if (defined $group) {
|
||||
return $group->name;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue