forked from 0x2620/pandora
make folder lists droppable
This commit is contained in:
parent
8ed7fbe30b
commit
45e6b1706a
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ pandora.ui.folderList = function(id, section) {
|
|||
}
|
||||
that = Ox.TableList({
|
||||
columns: columns,
|
||||
droppable: id != 'volumes',
|
||||
items: items,
|
||||
keys: ['modified'].concat(section == 'items' ? ['query'] : ['rightslevel']),
|
||||
max: 1,
|
||||
|
|
Loading…
Reference in a new issue