-
Notifications
You must be signed in to change notification settings - Fork 977
pkp/pkp-lib#9295 client side only implementation for issue selection #5117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
c823943
to
52f858d
Compare
52f858d
to
cde8ca9
Compare
+ array_slice($menu, $index + 1, null, true); | ||
} | ||
|
||
$menu['content']['submenu'] = ['issues' => $issuesLink] + $menu['content']['submenu']; |
There was a problem hiding this comment.
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() |
There was a problem hiding this comment.
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?
There was a problem hiding this 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.
for pkp/pkp-lib#9295 cleanup