Skip to content

Commit

Permalink
info url prevent wrong url formatting of doi
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots authored Apr 21, 2021
1 parent 37a7bcc commit 14fc26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sda_orchestrator/utils/rems_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ async def _catalogue_item(self, form_id: int, resource_id: int, workflow_id: int
"localizations": {
"en": {
"title": f"Catalogue item for resource {doi}",
"infourl": f"{self.config['catalogueItem']['baseResourceURL']}{doi}",
"infourl": doi,
},
},
"enabled": True,
Expand Down

0 comments on commit 14fc26e

Please sign in to comment.