Skip to content

Commit 701290e

Browse files
authored
Merge pull request DSpace#1993 from atmire/w2p-97265_fix-statistics-menu-order-7.4
Fix statistics option position in header on different DSO pages
2 parents f1dfd0c + 26d4be6 commit 701290e

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/app/collection-page/collection-page-routing.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ import { MenuItemType } from '../shared/menu/menu-item-type.model';
7272
id: 'statistics_collection_:id',
7373
active: true,
7474
visible: true,
75+
index: 2,
7576
model: {
7677
type: MenuItemType.LINK,
7778
text: 'menu.section.statistics',

src/app/community-page/community-page-routing.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ import { MenuItemType } from '../shared/menu/menu-item-type.model';
5555
id: 'statistics_community_:id',
5656
active: true,
5757
visible: true,
58+
index: 2,
5859
model: {
5960
type: MenuItemType.LINK,
6061
text: 'menu.section.statistics',

src/app/item-page/item-page-routing.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ import { OrcidPageGuard } from './orcid-page/orcid-page.guard';
6767
id: 'statistics_item_:id',
6868
active: true,
6969
visible: true,
70+
index: 2,
7071
model: {
7172
type: MenuItemType.LINK,
7273
text: 'menu.section.statistics',

0 commit comments

Comments
 (0)