individual-setup.ftl: Add fullPropertyList (as allProperties) to individual setup FTL
This commit is contained in:
parent
9048fc0277
commit
6b26d43d00
1 changed files with 3 additions and 1 deletions
|
@ -7,4 +7,6 @@
|
|||
|
||||
<#assign editable = individual.editable>
|
||||
|
||||
<#assign propertyGroups = individual.propertyList>
|
||||
<#assign propertyGroups = individual.propertyList>
|
||||
<#assign allProperties = individual.fullPropertyList>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue