- rfe: Event hover detail exclusions (#8761)

- rfe: Database Link test  (#513)
This commit is contained in:
JT Smith 2008-11-18 20:52:44 +00:00
parent e6c80922fb
commit 55da5c6889
6 changed files with 58 additions and 13 deletions

View file

@ -986,6 +986,7 @@ sub getEditForm {
my $drawMethod = $properties->{$fieldName}{customDrawMethod};
if ($drawMethod) {
$params{value} = $self->$drawMethod(\%params);
delete $params{name}; # don't want readOnly to generate a hidden field
$params{fieldType} = "readOnly";
}