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