You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed action URL in navbar form
* Refactored container children view
Now it's attached to the class via `ldh:template` rather than being part of the constructor
<xsl:paramname="has-content"select="key('resources', key('resources', ac:absolute-path(ldh:base-uri(.)))/rdf:*[starts-with(local-name(), '_')]/@rdf:resource) or exists($block-values)"as="xs:boolean"/>
810
810
811
811
<div>
@@ -829,7 +829,7 @@ LIMIT 100
829
829
</xsl:apply-templates>
830
830
831
831
<xsl:choose>
832
-
<!-- error responses always rendered in bs2:Block mode, no matter what $ac:mode specifies -->
832
+
<!-- error responses always rendered in bs2:Row mode, no matter what $ac:mode specifies -->
833
833
<xsl:whentest="key('resources-by-type', '&http;Response') and not(key('resources-by-type', '&spin;ConstraintViolation')) and not(key('resources-by-type', '&sh;ValidationResult'))">
0 commit comments