- map 'id' of dataset to 'publish_id'

This commit is contained in:
Arno Kaimbacher 2020-05-25 16:56:20 +02:00
parent d7cc8d74de
commit 19e2d7ea95
7 changed files with 18 additions and 16 deletions

View file

@ -23,7 +23,7 @@
<div class="post">
<header class="post-header">
<h2 class="post-title">
<a href="{{ URL::route('frontend.dataset.show',['id' =>$document->id]) }}"><?= $document->type; $document->id; ?>
<a href="{{ URL::route('frontend.dataset.show',['id' =>$document->publish_id]) }}"><?= $document->type; $document->publish_id; ?>
</a>
</h2>
</header>