mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 20:43:08 +00:00
refactored resource type and type mapping
This commit is contained in:
@@ -46,7 +46,7 @@ export class WorkspaceitemActionsComponent extends MyDSpaceActionsComponent<Work
|
||||
protected modalService: NgbModal,
|
||||
protected notificationsService: NotificationsService,
|
||||
protected translate: TranslateService) {
|
||||
super(ResourceType.WorkspaceItem, injector, router, notificationsService, translate);
|
||||
super(WorkspaceItem.type, injector, router, notificationsService, translate);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user