Skip to content
Snippets Groups Projects

F no retrieveall

Merged Henrik tom Wörden requested to merge f-no-retrieveall into dev
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -32,7 +32,7 @@
<li>
<a class="dropdown-item">
<xsl:attribute name="href">
<xsl:value-of select="concat($entitypath, '?all=', normalize-space($entity))"/>
<xsl:value-of select="concat($entitypath, '?query=find%20', normalize-space($entity))"/>
<xsl:if test="$paging">
<xsl:value-of select="concat('&amp;P=',$paging)"/>
</xsl:if>
Loading