Skip to content

Commit e898216

Browse files
authored
Merge pull request #3977 from DSpace/backport-3976-to-dspace-8_x
[Port dspace-8_x] Added missing line to enable access to Content Reports
2 parents 72e0f48 + 3d9774a commit e898216

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/menu-resolver.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ export class MenuResolverService {
169169
this.createExportMenuSections();
170170
this.createImportMenuSections();
171171
this.createAccessControlMenuSections();
172+
this.createReportMenuSections();
172173
return this.waitForMenu$(MenuID.ADMIN);
173174
}
174175

0 commit comments

Comments
 (0)