Skip to content

Conversation

touhidurabir
Copy link
Member

for pkp/pkp-lib#9295 cleanup

+ array_slice($menu, $index + 1, null, true);
}

$menu['content']['submenu'] = ['issues' => $issuesLink] + $menu['content']['submenu'];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change seems unrelated? Blessie was working on moving issue to the content menu. So maybe it somehow slipped here?


if (in_array(JournalContentOption::CATEGORY_LISTING->value, $activeTheme->getOption('journalContentOrganization'))) {
if (in_array(JournalContentOption::CATEGORY_LISTING->value, $journalContentOptions)) {
$categories = Repo::category()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious what this is addressing?

Copy link
Contributor

@jardakotesovec jardakotesovec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please just check the notes.. not sure if the changes in TemplateManager would not conflict with Blessie changes to move issues under content. Otherwise no objections, therefore giving it Approve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants