Skip to content

Commit a01966a

Browse files
authored
Merge pull request DSpace#3976 from jeffmorin/main
Added missing line to enable access to Content Reports
2 parents 446f681 + a33afbe commit a01966a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)