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

Change additionalParams to arguments

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