Bugfix for sorting FileAttachments in Foundry
git-svn-id: https://svn.libreccm.org/ccm/trunk@4909 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
9b15b40d3c
commit
3aea3f4425
|
|
@ -61,7 +61,7 @@
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
|
|
||||||
<xsl:for-each select="$contentitem-tree/fileAttachments">
|
<xsl:for-each select="$contentitem-tree/fileAttachments">
|
||||||
<xsl:sort select="fileOrder"/>
|
<xsl:sort select="fileOrder" data-type="number" />
|
||||||
|
|
||||||
<!--<pre>
|
<!--<pre>
|
||||||
<xsl:value-of select="concat('current elem = ', name(current()))"/>
|
<xsl:value-of select="concat('current elem = ', name(current()))"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue