clear cache after editing document rightslevel, closes: #3222

This commit is contained in:
j 2025-07-06 19:49:28 +01:00
commit 68302c2ca5
2 changed files with 2 additions and 0 deletions

View file

@ -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));
});
}