Skip to content
Snippets Groups Projects

ENH: Add entity ids to label

Merged Florian Spreckelsen requested to merge f-ids-in-header into dev
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -150,7 +150,7 @@
<xsl:attribute name="href">
<xsl:value-of select="concat($entitypath, @id)"/>
</xsl:attribute>
<xsl:value-of select="@name"/>
<xsl:value-of select="@id"/>: <xsl:value-of select="@name"/>
</a>
<div class="caosdb-v-entity-header-buttons-list ms-auto">
<xsl:apply-templates mode="entity-heading-attributes-state" select="State">
Loading