Fix a double me, and don't remake the object since we cached it earlier.
This commit is contained in:
parent
0787359c24
commit
dadb7cae00
1 changed files with 0 additions and 1 deletions
|
|
@ -955,7 +955,6 @@ sub getRecordTemplateVars {
|
|||
if ($field->{type} eq "HTMLArea") {
|
||||
$field->{htmlAreaRichEditor} = $self->htmlAreaRichEditor ;
|
||||
}
|
||||
my $form = $self->_createForm($field, $value);
|
||||
$value = $form->getValueAsHtml;
|
||||
my %fieldProperties = (
|
||||
"form" => $form->toHtml,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue