mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
DSC-1111 Synced with main
This commit is contained in:

committed by
Mattia Vianelli

parent
dd5e4de97a
commit
0086cf78e9
@@ -23,7 +23,7 @@ import { getFirstSucceededRemoteListPayload } from '../../core/shared/operators'
|
||||
import { collectionFormEntityTypeSelectionConfig, collectionFormModels, } from './collection-form.models';
|
||||
import { NONE_ENTITY_TYPE } from '../../core/shared/item-relationships/item-type.resource-type';
|
||||
import { hasNoValue, isNotNull } from 'src/app/shared/empty.util';
|
||||
|
||||
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
||||
|
||||
/**
|
||||
* Form used for creating and editing collections
|
||||
@@ -64,8 +64,10 @@ export class CollectionFormComponent extends ComColFormComponent<Collection> imp
|
||||
protected requestService: RequestService,
|
||||
protected objectCache: ObjectCacheService,
|
||||
protected entityTypeService: EntityTypeDataService,
|
||||
protected chd: ChangeDetectorRef) {
|
||||
super(formService, translate, notificationsService, authService, requestService, objectCache);
|
||||
protected chd: ChangeDetectorRef,
|
||||
protected submissionDefinitionService: SubmissionDefinitionsConfigDataService,
|
||||
protected modalService: NgbModal) {
|
||||
super(formService, translate, notificationsService, authService, requestService, objectCache, modalService);
|
||||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
|
Reference in New Issue
Block a user