clear cache after upload so item shows up in context

This commit is contained in:
j 2012-06-21 18:40:44 +02:00
parent 6b6bf1012a
commit dc32a0ee02

View file

@ -169,6 +169,7 @@ pandora.ui.uploadDialog = function(data) {
$progress.options({progress: 0.5 + progress / 2});
},
done: function(data) {
Ox.Request.clearCache();
pandora.UI.set({
item: item,
itemView: 'files'