mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1407] Version Manager - file name conflict message (#398)
* upoad file conflict message * SnackbarErrorAction
This commit is contained in:
committed by
Denys Vuika
parent
8d58d00c08
commit
9076c7ee9f
@@ -30,7 +30,7 @@ import { TestBed, async, ComponentFixture } from '@angular/core/testing';
|
||||
import {
|
||||
AlfrescoApiService, UserPreferencesService,
|
||||
TranslationService, TranslationMock,
|
||||
CoreModule
|
||||
CoreModule, UploadService
|
||||
} from '@alfresco/adf-core';
|
||||
|
||||
import { PreviewComponent } from './preview.component';
|
||||
@@ -63,7 +63,8 @@ describe('PreviewComponent', () => {
|
||||
providers: [
|
||||
{ provide: TranslationService, useClass: TranslationMock },
|
||||
NodePermissionService,
|
||||
ContentManagementService
|
||||
ContentManagementService,
|
||||
UploadService
|
||||
],
|
||||
declarations: [
|
||||
PreviewComponent,
|
||||
|
Reference in New Issue
Block a user