Bugfixes for Freemarker functions of SciDepartment

git-svn-id: https://svn.libreccm.org/ccm/trunk@6217 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2019-09-20 18:27:08 +00:00
parent 3f6f038649
commit e8a1121c07
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@
<#return ContentItem.generateContentItemLink(sec)> <#return ContentItem.generateContentItemLink(sec)>
</#function> </#function>
<#function getMembers data>
<#return data["./member"]>
</#function>
<#function getProjects data> <#function getProjects data>
<#return data["."]> <#return data["."]>
</#function> </#function>