Skip to content

Commit e8e9d7a

Browse files
committed
Multipart file upload fix
1 parent e4cd186 commit e8e9d7a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ WHERE
924924
</xsl:choose>
925925
</xsl:function>
926926

927-
<xsl:function name="ldh:form-horizontal-response" as="map(*)" ixsl:updating="yes">
927+
<xsl:function name="ldh:form-horizontal-response" ixsl:updating="yes">
928928
<xsl:param name="context" as="map(*)"/>
929929
<xsl:variable name="response" select="$context('response')" as="map(*)"/>
930930
<xsl:variable name="status" select="$response?status" as="xs:double"/>
@@ -1187,8 +1187,6 @@ WHERE
11871187
</xsl:apply-templates>
11881188
</xsl:variable>
11891189

1190-
<xsl:message>BBB</xsl:message>
1191-
11921190
<xsl:for-each select="$block">
11931191
<xsl:result-document href="?." method="ixsl:replace-content">
11941192
<xsl:copy-of select="$row-form/*"/>
@@ -1960,7 +1958,7 @@ WHERE
19601958
'form': $form,
19611959
'resources': $resources
19621960
}"/>
1963-
<ixsl:promise select="ldh:form-horizontal-response#1"/>
1961+
<xsl:sequence select="ldh:form-horizontal-response($context)"/>
19641962
</xsl:template>
19651963

19661964
</xsl:stylesheet>

0 commit comments

Comments
 (0)