We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995f5e7 commit 84d4877Copy full SHA for 84d4877
1 file changed
resources/views/public/data-publication-detail.blade.php
@@ -479,7 +479,7 @@
479
$dataPublicationList = [];
480
if ($relatedidentifier->msl_related_identifier_type == 'DOI') {
481
$dataPublicationList[] =
482
- 'https://doi.org/' . $relatedidentifier->msl_related_identifier_type;
+ 'https://doi.org/' . $relatedidentifier->msl_related_identifier;
483
} else {
484
if ($relatedidentifier->msl_related_identifier_type != '') {
485
$dataPublicationList[] = $relatedidentifier->msl_related_identifier_type;
0 commit comments