Skip to content

Commit a2af6af

Browse files
Simone-Ramundiatarix83
authored andcommitted
Merged in task/dspace-cris-2023_02_x/DSC-2003 (pull request DSpace#2473)
[DSC-2003] Approved-by: Francesco Molinaro Approved-by: Giuseppe Digilio
2 parents 02e29eb + cb06efa commit a2af6af

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/app/browse-by/browse-by-metadata-page/browse-by-metadata-page.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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>

src/app/browse-by/browse-by.module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import { SharedBrowseByModule } from '../shared/browse-by/shared-browse-by.modul
1515
import { DsoPageModule } from '../shared/dso-page/dso-page.module';
1616
import { FormModule } from '../shared/form/form.module';
1717
import { SharedModule } from '../shared/shared.module';
18+
import { ContextMenuModule } from '../shared/context-menu/context-menu.module';
1819

1920
const 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,

0 commit comments

Comments
 (0)