Skip to content
Snippets Groups Projects
Commit 1dc72698 authored by Dorian Merz's avatar Dorian Merz
Browse files

refs #16528 [fid_adlr] uses correct template for previous and newer titles

parent dc385308
No related merge requests found
......@@ -415,14 +415,12 @@ class RecordDataFormatterFactory extends \fid\View\Helper\Root\RecordDataFormatt
$spec->setLine(
'New Title',
'getNewerTitles',
null,
['recordLink' => 'title']
'data-linkViaFincId.phtml'
);
$spec->setLine(
'Previous Title',
'getPreviousTitles',
null,
['recordLink' => 'title']
'data-linkViaFincId.phtml'
);
$spec->setTemplateLine(
'Title Uniform',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment