Bugfixes for Freemarker functions of SciDepartment
git-svn-id: https://svn.libreccm.org/ccm/trunk@6217 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
3f6f038649
commit
e8a1121c07
|
|
@ -63,6 +63,10 @@
|
|||
<#return ContentItem.generateContentItemLink(sec)>
|
||||
</#function>
|
||||
|
||||
<#function getMembers data>
|
||||
<#return data["./member"]>
|
||||
</#function>
|
||||
|
||||
<#function getProjects data>
|
||||
<#return data["."]>
|
||||
</#function>
|
||||
|
|
|
|||
Loading…
Reference in New Issue