Skip to content

Commit fcdc4b2

Browse files
author
Jens Vannerum
committed
97265: Fix statistics header bug
1 parent e4f483c commit fcdc4b2

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 { ThemedCollectionPageComponent } from './themed-collection-page.componen
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 { ThemedCommunityPageComponent } from './themed-community-page.component'
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
@@ -58,6 +58,7 @@ import { REQUEST_COPY_MODULE_PATH } from '../app-routing-paths';
5858
id: 'statistics_item_:id',
5959
active: true,
6060
visible: true,
61+
index: 2,
6162
model: {
6263
type: MenuItemType.LINK,
6364
text: 'menu.section.statistics',

0 commit comments

Comments
 (0)