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"
|
||||
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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue