added a template var to Thingy View Thing for fieldType
This commit is contained in:
parent
40b5ac13a4
commit
b53bec706b
1 changed files with 1 additions and 0 deletions
|
|
@ -1143,6 +1143,7 @@ sub getViewThingVars {
|
|||
my %fieldProperties = (
|
||||
"id" => $field{fieldId},
|
||||
"name" => "field_".$field{fieldId},
|
||||
"type" => $field{fieldType},
|
||||
"value" => $value,
|
||||
"label" => $field{label},
|
||||
"isHidden" => $hidden,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue