fixed: DataForm noloop template variables have incorrect values
This commit is contained in:
parent
486edcb4d1
commit
ce9f7e44e6
2 changed files with 2 additions and 1 deletions
|
|
@ -676,7 +676,7 @@ sub getRecordTemplateVars {
|
|||
my %fieldLoopEntry;
|
||||
my %tabLoopEntry;
|
||||
while (my ($propKey, $propValue) = each %fieldProperties) {
|
||||
$var->{"field.noloop.$field->{name}.$propKey"} = $propKey;
|
||||
$var->{"field.noloop.$field->{name}.$propKey"} = $propValue;
|
||||
$fieldLoopEntry{"field.$propKey"} = $propValue;
|
||||
$tabLoopEntry{"tab.field.$propKey"} = $propValue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue