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