mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
71712: Check script exists with findBy Id & new tests & test fixes
This commit is contained in:
@@ -378,7 +378,7 @@ export class AdminSidebarComponent extends MenuComponent implements OnInit {
|
||||
id: 'export_metadata',
|
||||
parentID: 'export',
|
||||
active: true,
|
||||
visible: authorized && metadataExportScriptExists,
|
||||
visible: (authorized && metadataExportScriptExists),
|
||||
model: {
|
||||
type: MenuItemType.ONCLICK,
|
||||
text: 'menu.section.export_metadata',
|
||||
|
Reference in New Issue
Block a user