Bugfix for Foundry: It was not possible to link the collected volume in the detail view of a ArticleInCollectedVolume because the link was not put into the environment.

git-svn-id: https://svn.libreccm.org/ccm/trunk@4893 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2017-08-03 12:28:51 +00:00
parent a5c1645bd8
commit 04ef1ba2df
1 changed files with 3 additions and 0 deletions

View File

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