make folder lists droppable

This commit is contained in:
rolux 2013-08-02 09:23:23 +00:00
parent 8ed7fbe30b
commit 45e6b1706a
1 changed files with 1 additions and 0 deletions

View File

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