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({
|
that = Ox.TableList({
|
||||||
columns: columns,
|
columns: columns,
|
||||||
|
droppable: id != 'volumes',
|
||||||
items: items,
|
items: items,
|
||||||
keys: ['modified'].concat(section == 'items' ? ['query'] : ['rightslevel']),
|
keys: ['modified'].concat(section == 'items' ? ['query'] : ['rightslevel']),
|
||||||
max: 1,
|
max: 1,
|
||||||
|
|
Loading…
Reference in a new issue