Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hardcoded base URL in Emails should be removed #164

Closed
Erikmitk opened this issue Feb 26, 2020 · 2 comments
Closed

Hardcoded base URL in Emails should be removed #164

Erikmitk opened this issue Feb 26, 2020 · 2 comments
Assignees

Comments

@Erikmitk
Copy link
Member

Erikmitk commented Feb 26, 2020

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

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

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

@claussni
Copy link
Member

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.

@claussni claussni changed the title Hardcoded base URL in Emails should be changed to https Hardcoded base URL in Emails should be removed Feb 26, 2020
@Erikmitk
Copy link
Member Author

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

claussni added a commit that referenced this issue Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants