Closed hackman104 closed 4 years ago
Issue may lie at lines 116-18 in views.article:
if 'publish' in request.POST:
if not article.stage == models.STAGE_PUBLISHED:
id_logic.generate_crossref_doi_with_pattern(article)
No logic for checking whether crossref doi enabled.
We don't have DOI configured yet, but when we use back_content to publish articles, the link to them that Janeway uses is still DOI-based, and thus broken. Ex: https://dc-vm2-rhel.andrew.cmu.edu/cmsh/article/doi//cmsh.53/. This article is accessible if link is manually changed to https://dc-vm2-rhel.andrew.cmu.edu/cmsh/article/id/53/.