Skip to content
Snippets Groups Projects
Commit 1f4ca7b8 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

DRAFT: Add id to entity name

parent 7f4b3fbe
No related branches found
No related tags found
2 merge requests!68DOC: update CHANGELOG,!64ENH: Add entity ids to label
Pipeline #18140 canceled
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment