Skip to content

Commit 2b0a9c5

Browse files
authored
Form callback invocation fix (#229)
1 parent c749001 commit 2b0a9c5

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@ WHERE
641641
ixsl:http-request($context('request'))
642642
=> ixsl:then(ldh:rethread-response($context, ?))
643643
=> ixsl:then(ldh:handle-response#1)
644+
=> ixsl:then($callback)
644645
" on-failure="ldh:promise-failure#1"/>
645646
</xsl:otherwise>
646647
</xsl:choose>

0 commit comments

Comments
 (0)