Commits
jonas-atmire authored be2bfbe066f
19 19 | import { FormControl, FormGroup } from '@angular/forms'; |
20 20 | import { PaginatedList } from '../../core/data/paginated-list'; |
21 21 | import { PageInfo } from '../../core/shared/page-info.model'; |
22 22 | import { FileSizePipe } from '../../shared/utils/file-size-pipe'; |
23 23 | import { RestResponse } from '../../core/cache/response.models'; |
24 24 | import { VarDirective } from '../../shared/utils/var.directive'; |
25 25 | import { |
26 26 | createSuccessfulRemoteDataObject$ |
27 27 | } from '../../shared/remote-data.utils'; |
28 28 | import {RouterStub} from '../../shared/testing/router.stub'; |
29 - | import { getItemEditRoute, getItemPageRoute } from '../../+item-page/item-page-routing-paths'; |
29 + | import { getItemEditRoute } from '../../+item-page/item-page-routing-paths'; |
30 30 | |
31 31 | const infoNotification: INotification = new Notification('id', NotificationType.Info, 'info'); |
32 32 | const warningNotification: INotification = new Notification('id', NotificationType.Warning, 'warning'); |
33 33 | const successNotification: INotification = new Notification('id', NotificationType.Success, 'success'); |
34 34 | |
35 35 | let notificationsService: NotificationsService; |
36 36 | let formService: DynamicFormService; |
37 37 | let bitstreamService: BitstreamDataService; |
38 38 | let bitstreamFormatService: BitstreamFormatDataService; |
39 39 | let bitstream: Bitstream; |