Skip to content

Commit

Permalink
MIR-1343 Load version history from static xml file (but really)
Browse files Browse the repository at this point in the history
  • Loading branch information
Possommi authored and kkrebs committed Oct 4, 2024
1 parent 2c9d4d2 commit afcb647
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<xsl:text>:</xsl:text>
</td>
<td class="metavalue">
<xsl:variable name="verinfo" select="document(concat('versioninfo:',mycoreobject/@ID))"/>
<xsl:variable name="verinfo" select="document(concat('notnull:staticcontent:mir-history:', mycoreobject/@ID))"/>
<xsl:variable name="revision">
<xsl:call-template name="UrlGetParam">
<xsl:with-param name="url" select="$RequestURL"/>
Expand Down

0 comments on commit afcb647

Please sign in to comment.