File tree Expand file tree Collapse file tree
src/app/collection-page/collection-form Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import {
1212import { Collection } from '../../core/shared/collection.model' ;
1313import { ComColFormComponent } from '../../shared/comcol/comcol-forms/comcol-form/comcol-form.component' ;
1414import { NotificationsService } from '../../shared/notifications/notifications.service' ;
15+ import { CollectionDataService } from '../../core/data/collection-data.service' ;
1516import { AuthService } from '../../core/auth/auth.service' ;
1617import { RequestService } from '../../core/data/request.service' ;
1718import { 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 ,
You can’t perform that action at this time.
0 commit comments