Skip to content
Snippets Groups Projects

F hide properties

Merged Florian Spreckelsen requested to merge f-hide-properties into dev
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -65,7 +65,7 @@
<xsl:call-template name="caosdb-head-css" />
<xsl:call-template name="caosdb-head-js" />
</head>
<body data-hidden-properties="false">
<body>
<xsl:choose>
<xsl:when test="'${BUILD_MODULE_EXT_PROPERTY_DISPLAY}'='ENABLED'">
<xsl:attribute name="data-hidden-properties">true</xsl:attribute>
Loading