[AAE-4090] [ADW - Cloud] Warning message is displayed for one second in destination picker when Upload button is enabled (#6373)

* [AAE-4090] [ADW - Cloud] Warning message is displayed for one second in destination picker when Upload button is enabled

* * Added unit test
This commit is contained in:
siva kumar
2020-11-24 15:25:06 +05:30
committed by GitHub
parent 3ea094cff2
commit 67b9b884fd
4 changed files with 25 additions and 1 deletions

View File

@@ -217,6 +217,9 @@ export class ContentNodeSelectorPanelComponent implements OnInit, OnDestroy {
@Output()
currentFolder: EventEmitter<Node> = new EventEmitter<Node>();
@Output()
folderLoaded: EventEmitter<any> = new EventEmitter<any>();
@ViewChild('documentList', { static: true })
documentList: DocumentListComponent;
@@ -519,6 +522,7 @@ export class ContentNodeSelectorPanelComponent implements OnInit, OnDestroy {
if (!this.showingSearchResults) {
this.attemptNodeSelection(this.documentList.folderNode);
}
this.folderLoaded.emit();
}
/**