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

refs #16819 [fid_adlr] fix links to parent records

* uses correct link generation view helper to provide "part of" link
parent a8470bf3
No related merge requests found
......@@ -82,7 +82,7 @@ if ($cover):
<?php foreach ($summInCollection as $collId => $collText): ?>
<div>
<strong><?=$this->transEsc("in_collection_label")?></strong>
<a class="collectionLinkText" href="<?=$this->url('collection', ['id' => $collId])?>?recordID=<?=urlencode($this->driver->getUniqueID())?>">
<a class="collectionLinkText" href="<?=$this->recordLink()->getUrl($collId)?>">
<?=$this->escapeHtml($collText)?>
</a>
</div>
......
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