mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-12728] Allow to drag to outside document list
This commit is contained in:
@@ -2567,7 +2567,8 @@
|
||||
"sortable": false,
|
||||
"desktopOnly": false,
|
||||
"order": 10,
|
||||
"resizable": false
|
||||
"resizable": false,
|
||||
"visibleInDragPreview": true
|
||||
},
|
||||
{
|
||||
"id": "app.files.name",
|
||||
@@ -2579,7 +2580,8 @@
|
||||
"template": "app.columns.name",
|
||||
"desktopOnly": false,
|
||||
"order": 20,
|
||||
"draggable": true
|
||||
"draggable": true,
|
||||
"visibleInDragPreview": true
|
||||
},
|
||||
{
|
||||
"id": "app.files.size",
|
||||
|
||||
Reference in New Issue
Block a user