Describe the bug
Due to a recent change, the article publication date can sometimes be accidentally not rendered on the article page
Janeway version
v1.7.3
To Reproduce
Steps to reproduce the behavior:
- Publish an article with a publication date but no other publication detail
- visit article page
- See error
Expected behavior
Publication date should be always displayed when available
Additional context
seems like 2ef4ee9 moved the display logic for publication date inside the {% if article.has_publication_details %} without also adding the publication date to the model method
Describe the bug
Due to a recent change, the article publication date can sometimes be accidentally not rendered on the article page
Janeway version
v1.7.3
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Publication date should be always displayed when available
Additional context
seems like 2ef4ee9 moved the display logic for publication date inside the
{% if article.has_publication_details %}without also adding the publication date to the model method