mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[AAE-4483] Add empty list drag and drop template in upload from local tab (#6916)
This commit is contained in:
@@ -39,6 +39,9 @@ export class ContentNodeSelectorComponent implements OnInit {
|
||||
hasAllowableOperations = false;
|
||||
isLoading = true;
|
||||
selectedTabIndex: number = 0;
|
||||
uploadStarted: boolean = false;
|
||||
|
||||
emptyFolderImageUrl: string = '../assets/images/empty_doc_lib.svg';
|
||||
breadcrumbFolderNode: Node;
|
||||
|
||||
constructor(private translation: TranslationService,
|
||||
@@ -66,6 +69,10 @@ export class ContentNodeSelectorComponent implements OnInit {
|
||||
this.dialog.backdropClick().subscribe(() => {
|
||||
this.close();
|
||||
});
|
||||
|
||||
this.uploadService.fileUploadStarting.subscribe(() => {
|
||||
this.uploadStarted = true;
|
||||
});
|
||||
}
|
||||
|
||||
close() {
|
||||
|
Reference in New Issue
Block a user