mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1498] DND - uploading drop folder onto a folder (#809)
This commit is contained in:
committed by
Denys Vuika
parent
760de2f762
commit
54105c9671
@@ -54,7 +54,6 @@ export class DocumentListDirective implements OnInit, OnDestroy {
|
||||
|
||||
ngOnInit() {
|
||||
this.documentList.includeFields = ['isFavorite', 'aspectNames'];
|
||||
this.documentList.allowDropFiles = false;
|
||||
this.isLibrary =
|
||||
this.documentList.currentFolderId === '-mysites-' ||
|
||||
// workaround for custom node list
|
||||
|
Reference in New Issue
Block a user