individual-setup.ftl: Add fullPropertyList (as allProperties) to individual setup FTL

This commit is contained in:
mbarbier 2011-03-31 17:23:51 +00:00
parent f7452b1bce
commit 2ce40f82aa

View file

@ -8,5 +8,6 @@
<#assign editable = individual.editable>
<#assign propertyGroups = individual.propertyList>
<#assign allProperties = individual.fullPropertyList>
<#assign core = "http://vivoweb.org/ontology/core#">