Skip to content

Commit e3b19e4

Browse files
author
Mattia Vianelli
committed
DURACOM-235 added missing import and service
1 parent e71b54c commit e3b19e4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/app/collection-page/collection-form/collection-form.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import {
1212
import { Collection } from '../../core/shared/collection.model';
1313
import { ComColFormComponent } from '../../shared/comcol/comcol-forms/comcol-form/comcol-form.component';
1414
import { NotificationsService } from '../../shared/notifications/notifications.service';
15+
import { CollectionDataService } from '../../core/data/collection-data.service';
1516
import { AuthService } from '../../core/auth/auth.service';
1617
import { RequestService } from '../../core/data/request.service';
1718
import { ObjectCacheService } from '../../core/cache/object-cache.service';
@@ -59,6 +60,7 @@ export class CollectionFormComponent extends ComColFormComponent<Collection> imp
5960
protected translate: TranslateService,
6061
protected notificationsService: NotificationsService,
6162
protected authService: AuthService,
63+
protected dsoService: CollectionDataService,
6264
protected requestService: RequestService,
6365
protected objectCache: ObjectCacheService,
6466
protected entityTypeService: EntityTypeDataService,

0 commit comments

Comments
 (0)