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

Merge branch 'f-no-retrieveall' into 'dev'

F no retrieveall

See merge request !107
parents 53e55a53 fde57b46
No related branches found
No related tags found
2 merge requests!109Release 0.11.0,!107F no retrieveall
Pipeline #37286 passed
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<li> <li>
<a class="dropdown-item"> <a class="dropdown-item">
<xsl:attribute name="href"> <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:if test="$paging">
<xsl:value-of select="concat('&amp;P=',$paging)"/> <xsl:value-of select="concat('&amp;P=',$paging)"/>
</xsl:if> </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