diff --git a/static/js/documentInfoView.js b/static/js/documentInfoView.js index f526d7a31..8e2a20a91 100644 --- a/static/js/documentInfoView.js +++ b/static/js/documentInfoView.js @@ -624,6 +624,7 @@ pandora.ui.documentInfoView = function(data, isMixed) { rightslevel: rightsLevel }; pandora.api.editDocument(edit, function(result) { + Ox.Request.clearCache(); that.triggerEvent('change', Ox.extend({}, 'rightslevel', rightsLevel)); }); } diff --git a/static/js/documentInfoView.padma.js b/static/js/documentInfoView.padma.js index 270106b8b..8bc6cf0b1 100644 --- a/static/js/documentInfoView.padma.js +++ b/static/js/documentInfoView.padma.js @@ -825,6 +825,7 @@ pandora.ui.documentInfoView = function(data, isMixed) { rightslevel: rightsLevel }; pandora.api.editDocument(edit, function(result) { + Ox.Request.clearCache(); that.triggerEvent('change', Ox.extend({}, 'rightslevel', rightsLevel)); }); }