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

MAINT: use query instead of all resource

parent bbc725aa
No related branches found
No related tags found
2 merge requests!109Release 0.11.0,!107F no retrieveall
Pipeline #37137 passed
......@@ -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>
......
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