mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
refactored resource type and type mapping
This commit is contained in:
@@ -62,7 +62,7 @@ export class ClaimedTaskActionsComponent extends MyDSpaceActionsComponent<Claime
|
||||
protected router: Router,
|
||||
protected notificationsService: NotificationsService,
|
||||
protected translate: TranslateService) {
|
||||
super(ResourceType.ClaimedTask, injector, router, notificationsService, translate);
|
||||
super(ClaimedTask.type, injector, router, notificationsService, translate);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user