Skip to content
Snippets Groups Projects
Commit ce4da813 authored by Beatrycze Volk's avatar Beatrycze Volk
Browse files

Fix for The argument "additionalParams" was registered with type "array", but is of type "string"

parent a5a9d6b6
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
</div>
<div class="col relative">
<h5 class="card-title">
<f:link.action action="main" controller="Journal" additionalParams="{tx_bison: {id: {result.id}}}" class="stretched-link">{result.title}</f:link.action>
<f:link.action action="main" controller="Journal" additionalParams="{tx_bison: {id: '{result.id}'}}" class="stretched-link">{result.title}</f:link.action>
<f:if condition="{displayMismatchedResults} && {result.filter}">
<span class="badge text-bg-success"><f:translate key="badge.matched"/></span>
</f:if>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment