- if dataset has no doi, show normal landingpage in search site (vue component)
This commit is contained in:
parent
da06f84659
commit
9138090e14
4 changed files with 7 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue