Skip to content

Commit

Permalink
pkp/pkp-lib#9890 Add Issues icon from the primary navigation link
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez committed May 24, 2024
1 parent e9ce856 commit 005cc1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/template/TemplateManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public function setupBackendPage()
'name' => __('editor.navigation.issues'),
'url' => $router->url($request, null, 'manageIssues'),
'isCurrent' => $request->getRequestedPage() === 'manageIssues',
'icon' => 'Issues'
];
$index = array_search('submissions', array_keys($menu));
if ($index === false || count($menu) <= $index + 1) {
Expand Down

0 comments on commit 005cc1c

Please sign in to comment.