Use DSONameService to display DSpaceObjects names

This commit is contained in:
Alexandre Vryghem
2023-02-26 17:10:25 +01:00
parent ca864379c8
commit 2513f91a1a
160 changed files with 608 additions and 288 deletions

View File

@@ -15,6 +15,7 @@ import { NotificationsService } from '../../../notifications/notifications.servi
import { RequestParam } from '../../../../core/cache/models/request-param.model';
import { RequestService } from '../../../../core/data/request.service';
import { Collection } from '../../../../core/shared/collection.model';
import { DSONameService } from '../../../../core/breadcrumbs/dso-name.service';
/**
* Component representing the create page for communities and collections
@@ -51,6 +52,7 @@ export class CreateComColPageComponent<TDomain extends Collection | Community> i
public constructor(
protected dsoDataService: ComColDataService<TDomain>,
public dsoNameService: DSONameService,
protected parentDataService: CommunityDataService,
protected routeService: RouteService,
protected router: Router,