Skip to content

Commit

Permalink
Don't call ldh:RenderRowForm
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 16, 2024
1 parent d7c8420 commit 1a57901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -545,9 +545,11 @@ exclude-result-prefixes="#all"
<xsl:with-param name="show-cancel-button" select="false()"/>
</xsl:apply-templates>
</xsl:variable>
<!--
<xsl:variable name="row-form" as="element()*">
<xsl:apply-templates select="$row-form" mode="ldh:RenderRowForm"/>
</xsl:variable>
-->

<!-- insert $row-form after the $block TO-DO: replace with <xsl:result-document href="?." method="ixsl:insert-after"> when SaxonJS 3 is available https://saxonica.plan.io/issues/5543 -->
<xsl:sequence select="ixsl:call($block, 'after', [ $row-form ])[current-date() lt xs:date('2000-01-01')]"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1056,9 +1056,11 @@ WHERE
<xsl:with-param name="show-cancel-button" select="false()"/>
</xsl:apply-templates>
</xsl:variable>
<!--
<xsl:variable name="row-form" as="element()*">
<xsl:apply-templates select="$row-form" mode="ldh:RenderRowForm"/>
</xsl:variable>
-->

<!-- insert $row-form before the .add-constructor container TO-DO: replace with <xsl:result-document href="?." method="ixsl:insert-after"> when SaxonJS 3 is available https://saxonica.plan.io/issues/5543 -->
<xsl:sequence select="ixsl:call($container, 'before', [ $row-form ])[current-date() lt xs:date('2000-01-01')]"/>
Expand Down

0 comments on commit 1a57901

Please sign in to comment.