make folder lists droppable

This commit is contained in:
rolux 2013-08-02 09:23:23 +00:00
parent 8ed7fbe30b
commit 45e6b1706a

View file

@ -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,