We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd7efa commit d4d81b6Copy full SHA for d4d81b6
lib/datasource-to-table.xsl
@@ -53,6 +53,11 @@
53
</xsl:attribute>
54
55
<xsl:choose>
56
+ <xsl:when test="$field/item/@section-handle">
57
+ <a href="/symphony/publish/{$field/item/@section-handle}/edit/{$field/item/@id}/">
58
+ <xsl:value-of select="$field"/>
59
+ </a>
60
+ </xsl:when>
61
<xsl:when test="position()=1">
62
<a href="/symphony/publish/{//section/@handle}/edit/{$entry/@id}/">
63
<xsl:value-of select="$field"/>
0 commit comments