- if dataset has no doi, show normal landingpage in search site (vue component)

This commit is contained in:
Arno Kaimbacher 2021-06-02 11:19:27 +02:00
parent da06f84659
commit 9138090e14
4 changed files with 7 additions and 4 deletions

View file

@ -26,7 +26,7 @@ class PagesController extends Controller
* @param int $id
* @return \Illuminate\Http\Response
*/
public function show($id): View
public function show($dataset_prefix, $id): View
{
//$dataset = Dataset::findOrFail($id);
$dataset = Dataset::where('publish_id', '=', $id)->firstOrFail();