File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed
collection-page/delete-collection-page
item-page/edit-item-page/item-delete
shared/comcol/comcol-forms/delete-comcol-page Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import {
1212import { RouterTestingModule } from '@angular/router/testing' ;
1313import { DSONameService } from '@dspace/core/breadcrumbs/dso-name.service' ;
1414import { CollectionDataService } from '@dspace/core/data/collection-data.service' ;
15- import { RequestService } from '@dspace/core/data/request.service' ;
1615import { NotificationsService } from '@dspace/core/notification-system/notifications.service' ;
1716import { DSONameServiceMock } from '@dspace/core/testing/dso-name.service.mock' ;
1817import { TranslateModule } from '@ngx-translate/core' ;
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import {
1212import { RouterTestingModule } from '@angular/router/testing' ;
1313import { DSONameService } from '@dspace/core/breadcrumbs/dso-name.service' ;
1414import { CommunityDataService } from '@dspace/core/data/community-data.service' ;
15- import { RequestService } from '@dspace/core/data/request.service' ;
1615import { NotificationsService } from '@dspace/core/notification-system/notifications.service' ;
1716import { DSONameServiceMock } from '@dspace/core/testing/dso-name.service.mock' ;
1817import { TranslateModule } from '@ngx-translate/core' ;
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import { Item } from '@dspace/core/shared/item.model';
2323import { Relationship } from '@dspace/core/shared/item-relationships/relationship.model' ;
2424import { RelationshipType } from '@dspace/core/shared/item-relationships/relationship-type.model' ;
2525import { MetadataValue } from '@dspace/core/shared/metadata.models' ;
26- import { NoContent } from '@dspace/core/shared/NoContent.model' ;
2726import {
2827 getFirstCompletedRemoteData ,
2928 getFirstSucceededRemoteData ,
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import { RemoteData } from '@dspace/core/data/remote-data';
1212import { NotificationsService } from '@dspace/core/notification-system/notifications.service' ;
1313import { Collection } from '@dspace/core/shared/collection.model' ;
1414import { Community } from '@dspace/core/shared/community.model' ;
15- import { NoContent } from '@dspace/core/shared/NoContent.model' ;
1615import { getFirstCompletedRemoteData } from '@dspace/core/shared/operators' ;
1716import { TranslateService } from '@ngx-translate/core' ;
1817import {
You can’t perform that action at this time.
0 commit comments