first version of new upload interface

This commit is contained in:
j 2016-09-15 15:20:24 +00:00
commit 6c013ebc92
20 changed files with 966 additions and 102 deletions

View file

@ -518,7 +518,9 @@ pandora.ui.mediaView = function(options) {
id: pandora.user.ui.item,
keys: ['id', 'title']
},function(result) {
pandora.ui.deleteItemDialog(result.data).open();
pandora.$ui.deleteItemsDialog = pandora.ui.deleteItemsDialog({
items: [result.data]
}).open();
});
}