File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 < ds-comcol-page-content [content] ="parentContext.sidebarText " [hasInnerHtml] ="true " [title] ="'community.page.news' ">
2525 </ ds-comcol-page-content >
2626 </ header >
27- < ds-dso-edit- menu > </ ds-dso-edit -menu >
27+ < ds-context- menu [contextMenuObject] =" parentContext " [contextMenuObjectType] =" parentContext.type | uppercase " > </ ds-context -menu >
2828 </ div >
2929 <!-- Browse-By Links -->
3030 < ds-themed-comcol-page-browse-by [id] ="parentContext.id " [contentType] ="parentContext.type "> </ ds-themed-comcol-page-browse-by >
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import { SharedBrowseByModule } from '../shared/browse-by/shared-browse-by.modul
1515import { DsoPageModule } from '../shared/dso-page/dso-page.module' ;
1616import { FormModule } from '../shared/form/form.module' ;
1717import { SharedModule } from '../shared/shared.module' ;
18+ import { ContextMenuModule } from '../shared/context-menu/context-menu.module' ;
1819
1920const ENTRY_COMPONENTS = [
2021 // put only entry components that use custom decorator
@@ -37,6 +38,7 @@ const ENTRY_COMPONENTS = [
3738 DsoPageModule ,
3839 FormModule ,
3940 SharedModule ,
41+ ContextMenuModule ,
4042 ] ,
4143 declarations : [
4244 BrowseBySwitcherComponent ,
You can’t perform that action at this time.
0 commit comments