[ADF-865] codelyzer diagrams and analytics (#2072)

* fix codelyzer diagrams and analytics

* fix test
This commit is contained in:
Eugenio Romano
2017-07-11 16:20:03 +01:00
committed by Eugenio Romano
parent 3b3adbb8ba
commit 26841a782d
88 changed files with 331 additions and 192 deletions

View File

@@ -32,10 +32,10 @@ export class FileUploadingDialogComponent implements OnInit, OnDestroy {
totalCompleted: number = 0;
totalCompletedMsg: string = 'FILE_UPLOAD.MESSAGES.SINGLE_COMPLETED';
isDialogMinimized: boolean = false;
showCloseButton: boolean = false;
private listSubscription: any;
private counterSubscription: any;
private showCloseButton: boolean = false;
constructor(translateService: AlfrescoTranslationService, private uploadService: UploadService) {
if (translateService) {