diff --git a/src/app/collection-page/collection-page-routing.module.ts b/src/app/collection-page/collection-page-routing.module.ts index 678c745c01..819ee8ca16 100644 --- a/src/app/collection-page/collection-page-routing.module.ts +++ b/src/app/collection-page/collection-page-routing.module.ts @@ -72,6 +72,7 @@ import { MenuItemType } from '../shared/menu/menu-item-type.model'; id: 'statistics_collection_:id', active: true, visible: true, + index: 2, model: { type: MenuItemType.LINK, text: 'menu.section.statistics', diff --git a/src/app/community-page/community-page-routing.module.ts b/src/app/community-page/community-page-routing.module.ts index 25326448a8..4870d52dd9 100644 --- a/src/app/community-page/community-page-routing.module.ts +++ b/src/app/community-page/community-page-routing.module.ts @@ -55,6 +55,7 @@ import { MenuItemType } from '../shared/menu/menu-item-type.model'; id: 'statistics_community_:id', active: true, visible: true, + index: 2, model: { type: MenuItemType.LINK, text: 'menu.section.statistics', diff --git a/src/app/item-page/item-page-routing.module.ts b/src/app/item-page/item-page-routing.module.ts index add2c3d768..ac14ca8402 100644 --- a/src/app/item-page/item-page-routing.module.ts +++ b/src/app/item-page/item-page-routing.module.ts @@ -67,6 +67,7 @@ import { OrcidPageGuard } from './orcid-page/orcid-page.guard'; id: 'statistics_item_:id', active: true, visible: true, + index: 2, model: { type: MenuItemType.LINK, text: 'menu.section.statistics',