[OJS 3.0.2.0] Bug in issueArchive.tpl?

If there is no current or archived issue in OJS, the template ojs/templates/frontend/pages/issueArchive.tpl should show {translate key=“current.noCurrentIssueDesc”}. Instead, it shows an empty page with »0 of 0 items«.

IMHO line 25 of ojs/templates/frontend/pages/issueArchive.tpl should be
{if empty(!$issues)}
because $issues is an existing array.

Then {translate key=“current.noCurrentIssueDesc”} needs a container, because now, it is rendered directly behind the breadcrump path.

Is this the right place to report bugs? Or where do I have to go to?

Cheers
Tobias

This is a fine place to report bugs.

Given your level of analysis, you might be interested in entering this as an issue and pull request in GitHub.

Otherwise one of us will do that based on your post here.

@ctgraham,

you’re challenging me badly … so I’ve placed the first issue of my life on github:
https://github.com/pkp/pkp-lib/issues/2525

Thanks!
Tobias