Skip to content

Commit 2d7dcad

Browse files
committed
$base-uri fix
1 parent b0497ad commit 2d7dcad

File tree

1 file changed

+1
-1
lines changed
  • src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client

1 file changed

+1
-1
lines changed

src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/form.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ WHERE
823823
<xsl:with-param name="constructors" select="()" tunnel="yes"/> <!-- can be empty because modal form is only used to create Container/Item instances -->
824824
<xsl:with-param name="constraints" select="$constraints" tunnel="yes"/>
825825
<xsl:with-param name="shapes" select="()" tunnel="yes"/> <!-- there will be no shapes as modal form is only used to create Container/Item instances -->
826-
<xsl:with-param name="base-uri" select="ac:absolute-path(ldh:base-uri(.))" tunnel="yes"/> <!-- ac:absolute-path(ldh:base-uri(.)) is empty on constructed documents -->
826+
<xsl:with-param name="base-uri" select="$doc-uri" tunnel="yes"/> <!-- ac:absolute-path(ldh:base-uri(.)) is empty on constructed documents -->
827827
<!-- <xsl:sort select="ac:label(.)"/> -->
828828
</xsl:apply-templates>
829829
</xsl:variable>

0 commit comments

Comments
 (0)