kitodo/kitodo-publication

Hardcoded base URL in Emails should be removed

Erikmitk opened this issue · 2 comments

$args['###URL###'] = 'http://nbn-resolving.de/' . $mods->getQucosaUrn();

$args['###URL###'] = 'http://nbn-resolving.de/' . $mods->getQucosaUrn();

'parameter' => 'http://nbn-resolving.de/' . $value['docId'],

This URL does not need to be generated. It's there for historical reasons. Better to use the marker ###URN### and generate a proper HTML Link.

Yes, but the RelatedListTool-plugin only need the additional s. That has nothing to do with the Emails.