Skip to content
Snippets Groups Projects
Commit a5dbdc89 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: References button for string ids

parent c0fc1646
No related branches found
No related tags found
2 merge requests!134Release 0.13.3,!133F string id references
Pipeline #48753 failed
......@@ -52,7 +52,7 @@
<xsl:template match="@id" mode="backreference-link">
<a class="caosdb-backref-link btn caosdb-id-button" title="Find all entities which reference this one.">
<xsl:attribute name="href">
<xsl:value-of select="concat($entitypath, '?P=0L10&amp;query=FIND+Entity+which+references+', current())"/>
<xsl:value-of select="concat($entitypath, '?P=0L10&amp;query=FIND+Entity+which+references+%22', current(), '%22')"/>
</xsl:attribute>
<span class="bg-dark badge d-none d-sm-inline">
<i class="bi-link"></i> References
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment