Bugfix für Foundry: Link für Proceedings in Detailansicht in InProceedings

git-svn-id: https://svn.libreccm.org/ccm/trunk@5180 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2018-01-08 16:02:18 +00:00
parent dc36aea0be
commit a5357da92b
1 changed files with 246 additions and 243 deletions

View File

@ -768,6 +768,9 @@
<xsl:with-param name="contentitem-tree" <xsl:with-param name="contentitem-tree"
tunnel="yes" tunnel="yes"
select="$contentitem-tree/proceedings"/> select="$contentitem-tree/proceedings"/>
<xsl:with-param name="href"
tunnel="yes"
select="foundry:generate-contentitem-link($contentitem-tree/proceedings/@oid)" />
</xsl:apply-templates> </xsl:apply-templates>
</xsl:if> </xsl:if>
</xsl:template> </xsl:template>