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-94f89814c4dfmaster
parent
a5c1645bd8
commit
04ef1ba2df
|
|
@ -675,6 +675,9 @@
|
||||||
<xsl:with-param name="contentitem-tree"
|
<xsl:with-param name="contentitem-tree"
|
||||||
tunnel="yes"
|
tunnel="yes"
|
||||||
select="$contentitem-tree/collectedVolume"/>
|
select="$contentitem-tree/collectedVolume"/>
|
||||||
|
<xsl:with-param name="href"
|
||||||
|
tunnel="yes"
|
||||||
|
select="foundry:generate-contentitem-link($contentitem-tree/collectedVolume/@oid)" />
|
||||||
</xsl:apply-templates>
|
</xsl:apply-templates>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue