59415: Possibility to browse-by using a scope

This commit is contained in:
Kristof De Langhe
2019-01-29 15:47:32 +01:00
parent da1a97bd8c
commit 4ccd19081a
4 changed files with 12 additions and 13 deletions

View File

@@ -63,16 +63,6 @@ export class NavbarComponent extends MenuComponent implements OnInit {
} as LinkMenuItemModel,
},
{
id: 'browse_global_global_by_issue_date',
parentID: 'browse_global',
active: false,
visible: true,
model: {
type: MenuItemType.LINK,
text: 'menu.section.browse_global_by_issue_date',
link: '#'
} as LinkMenuItemModel,
}, {
id: 'browse_global_global_by_title',
parentID: 'browse_global',
active: false,