Skip to content

Commit

Permalink
Merge pull request #552 from robertatakenaka/fix_publish_journals
Browse files Browse the repository at this point in the history
Fix publish journals
  • Loading branch information
robertatakenaka authored Oct 10, 2024
2 parents 5328d67 + b3c2f13 commit c8f4e96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/templates/wagtailadmin/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
{% else %}
<img src="{% static 'images/logos/logo_scielo_negative100x100.png' %}" alt="SciELO logo"/>
{% endif %}
<br/>Upload v2.6.8
<br/>Upload v2.6.9
{% endblock %}
2 changes: 1 addition & 1 deletion proc/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def task_publish_journals(
for website_kind in (QA, PUBLIC):

try:
api = get_api(collection, "issue", website_kind)
api = get_api(collection, "journal", website_kind)
except WebSiteConfiguration.DoesNotExist:
continue
api.get_token()
Expand Down

0 comments on commit c8f4e96

Please sign in to comment.