Skip to content
Snippets Groups Projects
Commit 7e9e14d5 authored by florian's avatar florian
Browse files

ENH: Add data-hidden-properties=false to HTML body by default

parent 093ff2b7
No related branches found
No related tags found
2 merge requests!89Release v0.10.0,!86F hide properties
Pipeline #31253 passed
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
<xsl:call-template name="caosdb-head-css" /> <xsl:call-template name="caosdb-head-css" />
<xsl:call-template name="caosdb-head-js" /> <xsl:call-template name="caosdb-head-js" />
</head> </head>
<body> <body data-hidden-properties="false">
<xsl:attribute name="data-response-count"> <xsl:attribute name="data-response-count">
<xsl:value-of select="/Response/@count"/> <xsl:value-of select="/Response/@count"/>
</xsl:attribute> </xsl:attribute>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment