Skip to content

Commit

Permalink
Merge pull request #3977 from DSpace/backport-3976-to-dspace-8_x
Browse files Browse the repository at this point in the history
[Port dspace-8_x] Added missing line to enable access to Content Reports
  • Loading branch information
tdonohue authored Feb 11, 2025
2 parents 72e0f48 + 3d9774a commit e898216
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/menu-resolver.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ export class MenuResolverService {
this.createExportMenuSections();
this.createImportMenuSections();
this.createAccessControlMenuSections();
this.createReportMenuSections();
return this.waitForMenu$(MenuID.ADMIN);
}

Expand Down

0 comments on commit e898216

Please sign in to comment.